summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2005-05-17 14:24:33 +0000
committerru <ru@FreeBSD.org>2005-05-17 14:24:33 +0000
commitff45a05153e67c85bb45233f2daf5d1ece41ee49 (patch)
tree977d0a3a8ace3faf5a42edf7278cec01abdd5704
parent3449204d8b0403244fc81eea4ed881f36eee0778 (diff)
downloadFreeBSD-src-ff45a05153e67c85bb45233f2daf5d1ece41ee49.zip
FreeBSD-src-ff45a05153e67c85bb45233f2daf5d1ece41ee49.tar.gz
Strip the initial world some more.
-rw-r--r--release/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/Makefile b/release/Makefile
index ebc2c8b..e79c7df 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -351,7 +351,7 @@ release rerelease:
mkdir -p ${CHROOTDIR}
@echo ">>> make release for ${TARGET} started on `LC_ALL=C TZ=GMT date`"
cd ${WORLDDIR} && ${NATIVEMAKE} -DNO_GAMES -DNO_HTML -DNO_INFO -DNO_MAN \
- -DNO_PROFILE installworld DESTDIR=${CHROOTDIR}
+ -DNO_NLS -DNO_PROFILE installworld DESTDIR=${CHROOTDIR}
cd ${WORLDDIR} && ${NATIVEMAKE} distribution DESTDIR=${CHROOTDIR}
if [ -f /etc/resolv.conf ]; then \
cp -p /etc/resolv.conf ${CHROOTDIR}/etc; \
OpenPOWER on IntegriCloud