summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authormurray <murray@FreeBSD.org>2001-09-13 06:44:36 +0000
committermurray <murray@FreeBSD.org>2001-09-13 06:44:36 +0000
commit0b95b15b7ab73fcc49a58f3404fba27a847b2617 (patch)
treed63141ff895b0cb6deb88e90363ca898b7b96b8f /release
parentd3c770d2d4e7c97490b535ab7fd4095ac6c62c22 (diff)
downloadFreeBSD-src-0b95b15b7ab73fcc49a58f3404fba27a847b2617.zip
FreeBSD-src-0b95b15b7ab73fcc49a58f3404fba27a847b2617.tar.gz
'make release' should install docproj ports with BATCH=yes so that your
release builds don't stop in the middle of the night asking for user input about which Ghostscript drivers to install.
Diffstat (limited to 'release')
-rw-r--r--release/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/Makefile b/release/Makefile
index 4bedf43..9d57b6c 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -803,7 +803,7 @@ iso.1:
doc.1:
@echo "Making docs..."
@for i in ${DOCPORTS}; do \
- cd /usr/ports/$$i && make all install clean JADETEX=no FORCE_PKG_REGISTER=yes; \
+ cd /usr/ports/$$i && make all install clean BATCH=yes JADETEX=no FORCE_PKG_REGISTER=yes; \
done
@cd /usr/doc && make all install 'FORMATS=html html-split txt' INSTALL_COMPRESSED='' DOCDIR=${RD}/trees/bin/usr/share/doc
touch doc.1
OpenPOWER on IntegriCloud