AUTO_OBJ: Don't create TARGET. directories during 'make universe'.

Reported by:	rpokala
Sponsored by:	Dell EMC Isilon
This commit is contained in:
Bryan Drewery
2017-11-08 02:28:24 +00:00
parent bd0e1beb98
commit 1ca30d8e1c
+1 -1
View File
@@ -558,7 +558,7 @@ universe_${target}_kernels: universe_${target}_prologue .MAKE .PHONY
"check _.${target}.makeLINT for details"| ${MAKEFAIL})) "check _.${target}.makeLINT for details"| ${MAKEFAIL}))
.endif .endif
@cd ${.CURDIR}; ${SUB_MAKE} ${.MAKEFLAGS} TARGET=${target} \ @cd ${.CURDIR}; ${SUB_MAKE} ${.MAKEFLAGS} TARGET=${target} \
universe_kernels universe_kernels MK_AUTO_OBJ=no
.endif # !MAKE_JUST_WORLDS .endif # !MAKE_JUST_WORLDS
# Tell the user the worlds and kernels have completed # Tell the user the worlds and kernels have completed