Don't automatically create objdir here. We're just after the

TMPPATH. We'll make the paths later.

Sponsored by: Netflix
This commit is contained in:
Warner Losh 2017-12-08 21:59:50 +00:00
parent 7052e3fb73
commit cbde6ac324
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=326718

View File

@ -669,5 +669,5 @@ create_diskimage ( ) (
# Set the path to the same path we use for buldworld to use latest mkimg
NANO_TARGET=$(cd ${NANO_SRC}; ${NANO_MAKE} TARGET_ARCH=${NANO_ARCH} -V _TARGET)
NANO_TMPPATH=$(cd ${NANO_SRC}; ${NANO_MAKE} TARGET=${NANO_TARGET} TARGET_ARCH=${NANO_ARCH} -f Makefile.inc1 buildenv -V TMPPATH)
NANO_TMPPATH=$(cd ${NANO_SRC}; ${NANO_MAKE} MK_AUTO_OBJ=no TARGET=${NANO_TARGET} TARGET_ARCH=${NANO_ARCH} -f Makefile.inc1 buildenv -V TMPPATH)
export PATH="${NANO_TMPPATH}"