svn commit: r326718 - head/tools/tools/nanobsd/embedded

Warner Losh imp at FreeBSD.org
Fri Dec 8 21:59:51 UTC 2017


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


More information about the svn-src-all mailing list