]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
libuafs: Remove afsd symlink in setup
authorAndrew Deason <adeason@sinenomine.net>
Mon, 17 May 2010 00:47:04 +0000 (19:47 -0500)
committerDerrick Brashear <shadow@dementia.org>
Thu, 27 May 2010 20:08:45 +0000 (13:08 -0700)
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 <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
src/libuafs/Makefile.common.in

index 9e2d79998baf47e241997ecd0544be44713fad29..108031d8cef3296eaab8c9682311c02c0f398268 100644 (file)
@@ -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