Don't let user specified DESTDIR, break building our chosen make.

This commit is contained in:
Simon J. Gerraty 2013-08-17 04:41:35 +00:00
parent 193ecaecfa
commit 1c0270efe5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=254437

View File

@ -349,9 +349,9 @@ make bmake: .PHONY
@echo ">>> Building an up-to-date make(1)"
@echo "--------------------------------------------------------------"
${_+_}@cd ${.CURDIR}/usr.bin/${.TARGET}; \
${MMAKE} obj && \
${MMAKE} depend && \
${MMAKE} all && \
${MMAKE} obj DESTDIR= && \
${MMAKE} depend DESTDIR= && \
${MMAKE} all DESTDIR= && \
${MMAKE} install DESTDIR=${MYMAKE:H} BINDIR= PROGNAME=${MYMAKE:T}
tinderbox toolchains kernel-toolchains: upgrade_checks