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
_______________________________________________
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