mirror of
https://git.openafs.org/openafs.git
synced 2025-01-19 07:20:11 +00:00
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 <shadow@dementia.org> Tested-by: Derrick Brashear <shadow@dementia.org>
This commit is contained in:
parent
314ae59401
commit
cc071714fa
@ -1503,7 +1503,7 @@ AFSWEB:
|
|||||||
mkdir -p $@
|
mkdir -p $@
|
||||||
|
|
||||||
setup_common:
|
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/sys h
|
||||||
-ln -s /usr/include/net net
|
-ln -s /usr/include/net net
|
||||||
-ln -s /usr/include/netinet netinet
|
-ln -s /usr/include/netinet netinet
|
||||||
|
Loading…
Reference in New Issue
Block a user