diff options
| author | Simon J. Gerraty <sjg@FreeBSD.org> | 2013-08-17 04:41:35 +0000 |
|---|---|---|
| committer | Simon J. Gerraty <sjg@FreeBSD.org> | 2013-08-17 04:41:35 +0000 |
| commit | 1c0270efe553adbd1e5aca3e06ede19df4f97364 (patch) | |
| tree | 193086870f96937e5c730ebca7a07b7c41e1ce78 /Makefile | |
| parent | 193ecaecfad361aeac03931dfb3156aa0234bfbe (diff) | |
Notes
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |
