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:
parent
67bf47c582
commit
eeb73e02ca
@ -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}"
|
||||
|
Loading…
Reference in New Issue
Block a user