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

Reported by:	rpokala
Sponsored by:	Dell EMC Isilon
This commit is contained in:
bdrewery 2017-11-08 02:28:24 +00:00
parent 59bc046828
commit 0fd1c44e5d

View File

@ -558,7 +558,7 @@ universe_${target}_kernels: universe_${target}_prologue .MAKE .PHONY
"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