svn commit: r325529 - head

Bryan Drewery bdrewery at FreeBSD.org
Wed Nov 8 02:29:41 UTC 2017


Author: bdrewery
Date: Wed Nov  8 02:28:24 2017
New Revision: 325529
URL: https://svnweb.freebsd.org/changeset/base/325529

Log:
  AUTO_OBJ: Don't create TARGET. directories during 'make universe'.
  
  Reported by:	rpokala
  Sponsored by:	Dell EMC Isilon

Modified:
  head/Makefile

Modified: head/Makefile
==============================================================================
--- head/Makefile	Wed Nov  8 01:53:03 2017	(r325528)
+++ head/Makefile	Wed Nov  8 02:28:24 2017	(r325529)
@@ -558,7 +558,7 @@ universe_${target}_kernels: universe_${target}_prologu
 	    "check _.${target}.makeLINT for details"| ${MAKEFAIL}))
 .endif
 	@cd ${.CURDIR}; ${SUB_MAKE} ${.MAKEFLAGS} TARGET=${target} \
-	    universe_kernels
+	    universe_kernels MK_AUTO_OBJ=no
 .endif # !MAKE_JUST_WORLDS
 
 # Tell the user the worlds and kernels have completed


More information about the svn-src-all mailing list