summaryrefslogtreecommitdiffstats
path: root/release/Makefile
diff options
context:
space:
mode:
authormarius <marius@FreeBSD.org>2018-05-31 23:48:27 +0000
committermarius <marius@FreeBSD.org>2018-05-31 23:48:27 +0000
commitf24ef77dd1038e349022fd23fe5492ecf5d8b256 (patch)
tree327d99a8d140e3c35d2f2587e276ab13a3652d61 /release/Makefile
parentdb6ebee6a68e821e0b45e1e58f9e8fb855ae4bcb (diff)
downloadFreeBSD-src-f24ef77dd1038e349022fd23fe5492ecf5d8b256.zip
FreeBSD-src-f24ef77dd1038e349022fd23fe5492ecf5d8b256.tar.gz
Akin r302691 in head, synchronize the build stripping for the disc1
image with that of the bootonly image (but similarly modulo games and groff(1)) as the amd64 disc1 image is overflowing. This also removes the redundant MK_LLDB. This is a direct commit to stable/11 rather than a MFC of r302691 as the the disc1 image stripping previously has been directly modified in stable/11 by r303027. Approved by: re (gjb)
Diffstat (limited to 'release/Makefile')
-rw-r--r--release/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/release/Makefile b/release/Makefile
index 12bd53f..f733b09 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -174,10 +174,11 @@ disc1: packagesystem
# Install system
mkdir -p ${.TARGET}
cd ${WORLDDIR} && ${IMAKE} installkernel installworld distribution \
- DESTDIR=${.OBJDIR}/${.TARGET} MK_RESCUE=no MK_KERNEL_SYMBOLS=no \
- MK_PROFILE=no MK_MAIL=no MK_TESTS=no MK_LIB32=no \
- MK_DEBUG_FILES=no MK_LLDB=no \
- MK_TOOLCHAIN=no
+ DESTDIR=${.OBJDIR}/${.TARGET} MK_AMD=no MK_AT=no \
+ MK_INSTALLLIB=no MK_LIB32=no MK_MAIL=no \
+ MK_NCP=no MK_TOOLCHAIN=no MK_PROFILE=no \
+ MK_RESCUE=no MK_DICT=no \
+ MK_KERNEL_SYMBOLS=no MK_TESTS=no MK_DEBUG_FILES=no
# Copy distfiles
mkdir -p ${.TARGET}/usr/freebsd-dist
for dist in MANIFEST $$(ls *.txz | grep -vE -- '(base|lib32|kernel)-dbg'); \
OpenPOWER on IntegriCloud