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
a583962d61
commit
d8e1e85c42
@ -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…
Reference in New Issue
Block a user