Permit relative paths with mergemaster -m

Reviewed by:	dim, brooks
MFC after:	3 days
This commit is contained in:
Eitan Adler 2013-05-10 17:42:13 +00:00
parent b5be420a7c
commit 1bfbcedae9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=250463

View File

@ -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"