mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-14 10:09:48 +00:00
Strip the initial world some more.
This commit is contained in:
parent
580325d4cf
commit
b6bdead975
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=146320
@ -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; \
|
||||
|
Loading…
Reference in New Issue
Block a user