Author: imp
Date: Fri Dec  8 21:59:50 2017
New Revision: 326718
URL: https://svnweb.freebsd.org/changeset/base/326718

Log:
  Don't automatically create objdir here. We're just after the
  TMPPATH. We'll make the paths later.
  
  Sponsored by: Netflix

Modified:
  head/tools/tools/nanobsd/embedded/common

Modified: head/tools/tools/nanobsd/embedded/common
==============================================================================
--- head/tools/tools/nanobsd/embedded/common    Fri Dec  8 21:59:42 2017        
(r326717)
+++ head/tools/tools/nanobsd/embedded/common    Fri Dec  8 21:59:50 2017        
(r326718)
@@ -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}"
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to