From 1e36c0be6d67956e752c53c97c7200be05a4e67b Mon Sep 17 00:00:00 2001 From: Marcel Moolenaar Date: Wed, 7 Sep 2005 04:34:11 +0000 Subject: [PATCH] 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. --- release/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/release/Makefile b/release/Makefile index 85cbd1b029c9..a01db5123970 100644 --- a/release/Makefile +++ b/release/Makefile @@ -354,9 +354,8 @@ release rerelease: .endif 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_LIB32 -DNO_MAN -DNO_NLS -DNO_PROFILE installworld \ - DESTDIR=${CHROOTDIR} + cd ${WORLDDIR} && ${NATIVEMAKE} -DNO_GAMES -DNO_HTML -DNO_LIB32 \ + -DNO_MAN -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; \