Permit relative paths with mergemaster -m
Reviewed by: dim, brooks MFC after: 3 days
This commit is contained in:
parent
b5be420a7c
commit
1bfbcedae9
@ -483,6 +483,7 @@ if [ ! -f ${SOURCEDIR}/Makefile.inc1 -a \
|
||||
sleep 3
|
||||
SOURCEDIR=${SOURCEDIR}/..
|
||||
fi
|
||||
SOURCEDIR=$(realpath "$SOURCEDIR")
|
||||
|
||||
# Setup make to use system files from SOURCEDIR
|
||||
MM_MAKE="make ${ARCHSTRING} -m ${SOURCEDIR}/share/mk"
|
||||
|
Loading…
Reference in New Issue
Block a user