aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSimon J. Gerraty <sjg@FreeBSD.org>2013-08-17 04:41:35 +0000
committerSimon J. Gerraty <sjg@FreeBSD.org>2013-08-17 04:41:35 +0000
commit1c0270efe553adbd1e5aca3e06ede19df4f97364 (patch)
tree193086870f96937e5c730ebca7a07b7c41e1ce78 /Makefile
parent193ecaecfad361aeac03931dfb3156aa0234bfbe (diff)
Notes
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 804f13bc29ee..d002ca767e9c 100644
--- a/Makefile
+++ b/Makefile
@@ -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