Unbreak release builds. Now that NO_INFO also affects the installation
of texinfo and we need makeinfo to build world, we cannot have NO_INFO anymore when we populate the chroot.
This commit is contained in:
parent
63f90381e9
commit
1e36c0be6d
@ -354,9 +354,8 @@ release rerelease:
|
|||||||
.endif
|
.endif
|
||||||
mkdir -p ${CHROOTDIR}
|
mkdir -p ${CHROOTDIR}
|
||||||
@echo ">>> make release for ${TARGET} started on `LC_ALL=C TZ=GMT date`"
|
@echo ">>> make release for ${TARGET} started on `LC_ALL=C TZ=GMT date`"
|
||||||
cd ${WORLDDIR} && ${NATIVEMAKE} -DNO_GAMES -DNO_HTML -DNO_INFO \
|
cd ${WORLDDIR} && ${NATIVEMAKE} -DNO_GAMES -DNO_HTML -DNO_LIB32 \
|
||||||
-DNO_LIB32 -DNO_MAN -DNO_NLS -DNO_PROFILE installworld \
|
-DNO_MAN -DNO_NLS -DNO_PROFILE installworld DESTDIR=${CHROOTDIR}
|
||||||
DESTDIR=${CHROOTDIR}
|
|
||||||
cd ${WORLDDIR} && ${NATIVEMAKE} distribution DESTDIR=${CHROOTDIR}
|
cd ${WORLDDIR} && ${NATIVEMAKE} distribution DESTDIR=${CHROOTDIR}
|
||||||
if [ -f /etc/resolv.conf ]; then \
|
if [ -f /etc/resolv.conf ]; then \
|
||||||
cp -p /etc/resolv.conf ${CHROOTDIR}/etc; \
|
cp -p /etc/resolv.conf ${CHROOTDIR}/etc; \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user