stand: use portable ln -n instead of ln -h
This fixes the build on Linux Differential Revision: https://reviews.freebsd.org/D24783
This commit is contained in:
parent
7249b290b4
commit
b4ed00d497
@ -237,6 +237,6 @@ ${_ILINKS}: .NOMETA
|
||||
esac ; \
|
||||
path=`(cd $$path && /bin/pwd)` ; \
|
||||
${ECHO} ${.TARGET} "->" $$path ; \
|
||||
ln -fhs $$path ${.TARGET}
|
||||
ln -fns $$path ${.TARGET}
|
||||
.endif # !NO_OBJ
|
||||
.endif # __BOOT_DEFS_MK__
|
||||
|
Loading…
x
Reference in New Issue
Block a user