conf/kern.mk: save some work by using realpath instead of cd ; pwd
I did not check if the entire ordeal can be avoided in the first place.
This commit is contained in:
parent
7a57c9cb5a
commit
bcb7f57aa2
@ -309,7 +309,7 @@ ${_ILINKS}:
|
||||
*) \
|
||||
path=${SYSDIR}/${.TARGET:T}/include ;; \
|
||||
esac ; \
|
||||
path=`(cd $$path && /bin/pwd)` ; \
|
||||
path=`realpath $$path`; \
|
||||
${ECHO} ${.TARGET:T} "->" $$path ; \
|
||||
ln -fns $$path ${.TARGET:T}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user