Strip the initial world some more.

This commit is contained in:
Ruslan Ermilov 2005-05-17 14:24:33 +00:00
parent 580325d4cf
commit b6bdead975
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=146320

View File

@ -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; \