summaryrefslogtreecommitdiffstats
path: root/release/Makefile
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-12-21 09:33:47 +0000
committerru <ru@FreeBSD.org>2004-12-21 09:33:47 +0000
commit74176cc1618932a3f20bb4d6cd287faf3fb63332 (patch)
treedcfb6380484a67e96d7ddeee0502d82b9078ed14 /release/Makefile
parent3b01b845055a6c3374f14bc8997be5a5d299cd8c (diff)
downloadFreeBSD-src-74176cc1618932a3f20bb4d6cd287faf3fb63332.zip
FreeBSD-src-74176cc1618932a3f20bb4d6cd287faf3fb63332.tar.gz
NODOCCOMPRESS -> NO_DOCCOMPRESS
NOINFO -> NO_INFO NOINFOCOMPRESS -> NO_INFOCOMPRESS NOLINT -> NO_LINT NOPIC -> NO_PIC NOPROFILE -> NO_PROFILE
Diffstat (limited to 'release/Makefile')
-rw-r--r--release/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/Makefile b/release/Makefile
index 57987da..da9ef81 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -359,8 +359,8 @@ release rerelease:
.endif
mkdir -p ${CHROOTDIR}
@echo ">>> make release for ${TARGET} started on `LC_ALL=C TZ=GMT date`"
- cd ${WORLDDIR} && ${NATIVEMAKE} -DNOGAMES -DNOHTML -DNOINFO -DNO_MAN \
- -DNOPROFILE installworld DESTDIR=${CHROOTDIR}
+ cd ${WORLDDIR} && ${NATIVEMAKE} -DNOGAMES -DNOHTML -DNO_INFO -DNO_MAN \
+ -DNO_PROFILE installworld DESTDIR=${CHROOTDIR}
cd ${WORLDDIR}/etc && ${NATIVEMAKE} distribution DESTDIR=${CHROOTDIR}
if [ -f /etc/resolv.conf ]; then \
cp -p /etc/resolv.conf ${CHROOTDIR}/etc; \
OpenPOWER on IntegriCloud