summaryrefslogtreecommitdiffstats
path: root/targets/pseudo
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2015-09-26 04:22:18 +0000
committerbdrewery <bdrewery@FreeBSD.org>2015-09-26 04:22:18 +0000
commit77e5381f822cd6726a5a41c6dd5003e8b6c4ac5b (patch)
treecd2b0bf10a8ec944b43def98a993c439b89a2dae /targets/pseudo
parent54ea4abf6e174211d20dcf6195cf011deba5f970 (diff)
downloadFreeBSD-src-77e5381f822cd6726a5a41c6dd5003e8b6c4ac5b.zip
FreeBSD-src-77e5381f822cd6726a5a41c6dd5003e8b6c4ac5b.tar.gz
META_MODE: Make it easier to keep the bootstrap-tools args in sync.
Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'targets/pseudo')
-rw-r--r--targets/pseudo/bootstrap-tools/Makefile20
1 files changed, 9 insertions, 11 deletions
diff --git a/targets/pseudo/bootstrap-tools/Makefile b/targets/pseudo/bootstrap-tools/Makefile
index a267e95..1b0ebde 100644
--- a/targets/pseudo/bootstrap-tools/Makefile
+++ b/targets/pseudo/bootstrap-tools/Makefile
@@ -31,17 +31,15 @@ OSRELDATE?= 0
.endif
# need to keep this in sync with src/Makefile.inc1
-BSARGS= \
- DESTDIR= \
- BOOTSTRAPPING=${OSRELDATE} \
- SSP_CFLAGS= \
- MK_HTML=no NO_LINT=yes MK_MAN=no \
- -DNO_PIC MK_PROFILE=no -DNO_SHARED \
- -DNO_CPU_CFLAGS MK_WARNS=no MK_CTF=no \
- MK_CLANG_EXTRAS=no MK_CLANG_FULL=no \
- MK_LLDB=no MK_TESTS=no \
- MK_INCLUDES=yes
-
+BSARGS= DESTDIR= \
+ BOOTSTRAPPING=${OSRELDATE} \
+ SSP_CFLAGS= \
+ MK_HTML=no NO_LINT=yes MK_MAN=no \
+ -DNO_PIC MK_PROFILE=no -DNO_SHARED \
+ -DNO_CPU_CFLAGS MK_WARNS=no MK_CTF=no \
+ MK_CLANG_EXTRAS=no MK_CLANG_FULL=no \
+ MK_LLDB=no MK_TESTS=no \
+ MK_INCLUDES=yes
legacy: .MAKE .META
mkdir -p ${LEGACY_TOOLS}
OpenPOWER on IntegriCloud