summaryrefslogtreecommitdiffstats
path: root/targets
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2015-11-25 19:10:53 +0000
committerbdrewery <bdrewery@FreeBSD.org>2015-11-25 19:10:53 +0000
commit9d0356c8352c08f6d4720ce67159dd49e89e8fa4 (patch)
tree8c4db910b82c0c414e35b7f33851137091440d4c /targets
parente13d6f8b3f1e6da25895f42f0e3321a23b4d2132 (diff)
downloadFreeBSD-src-9d0356c8352c08f6d4720ce67159dd49e89e8fa4.zip
FreeBSD-src-9d0356c8352c08f6d4720ce67159dd49e89e8fa4.tar.gz
META MODE: Don't override DESTDIR to the default when building the toolchain.
For this case, the normal META MODE staging logic should be used. The BSARGS having DESTDIR= is due to Makefile.inc1 overriding DESTDIR to something when appropriate. For the toolchain stage META MODE is in charge of it, not Makefile.inc1. At least include/, if staging it to the host stagedir, was impacted from this. Staging of include.host is not yet done. Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'targets')
-rw-r--r--targets/pseudo/bootstrap-tools/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/targets/pseudo/bootstrap-tools/Makefile b/targets/pseudo/bootstrap-tools/Makefile
index a9cdfe5..75c08d8 100644
--- a/targets/pseudo/bootstrap-tools/Makefile
+++ b/targets/pseudo/bootstrap-tools/Makefile
@@ -78,4 +78,4 @@ BSTCARGS= \
# finally we build toolchain leveraging the above.
bootstrap-toolchain: .MAKE cross-tools
- ${BSTCENV} ${MAKE} -C ${.CURDIR:H:H} ${BSTCARGS} toolchain
+ ${BSTCENV} ${MAKE} -C ${.CURDIR:H:H} ${BSTCARGS:NDESTDIR=} toolchain
OpenPOWER on IntegriCloud