From: Andrew Deason Date: Mon, 17 May 2010 00:47:04 +0000 (-0500) Subject: libuafs: Remove afsd symlink in setup X-Git-Tag: openafs-devel-1_5_75~223 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=cc071714fad5ab3a1c27782963fbd8d4d63437dc;p=packages%2Fo%2Fopenafs.git libuafs: Remove afsd symlink in setup Remove the 'afsd' symlink in the build setup, along with the other symlinks. Otherwise, we try to recreate it every time and fail, since it already exists. Change-Id: I8fd70d6c29695f92a5a800bea34630221d142370 Reviewed-on: http://gerrit.openafs.org/2046 Reviewed-by: Derrick Brashear Tested-by: Derrick Brashear --- diff --git a/src/libuafs/Makefile.common.in b/src/libuafs/Makefile.common.in index 9e2d79998..108031d8c 100644 --- a/src/libuafs/Makefile.common.in +++ b/src/libuafs/Makefile.common.in @@ -1503,7 +1503,7 @@ AFSWEB: mkdir -p $@ setup_common: - -$(RM) -f h net netinet rpc ufs nfs machine sys inet nsapi + -$(RM) -f h net netinet rpc ufs nfs machine sys inet nsapi afsd -ln -s /usr/include/sys h -ln -s /usr/include/net net -ln -s /usr/include/netinet netinet