PERFORCE change 15131 for review
Brian Feldman
green at freebsd.org
Mon Jul 29 17:00:54 GMT 2002
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=15131
Change 15131 by green at green_crash2 on 2002/07/29 10:00:41
Scrap most of the environment when building ports for the release
process, as some environment variables will interfere with port
building processes.
Affected files ...
.. //depot/projects/trustedbsd/mac/release/Makefile#20 edit
Differences ...
==== //depot/projects/trustedbsd/mac/release/Makefile#20 (text+ko) ====
@@ -828,7 +828,10 @@
doc.1:
@echo "Making docs..."
@for i in ${DOCPORTS}; do \
- cd /usr/ports/$$i && make all install clean BATCH=yes JADETEX=no WITHOUT_PYTHON=yes FORCE_PKG_REGISTER=yes; \
+ cd /usr/ports/$$i && env -i \
+ PATH="/bin:/usr/bin:/sbin:/usr/sbin:${LOCALDIR}:${X11BASE}/bin" \
+ TMPDIR="/tmp" make all install clean BATCH=yes JADETEX=no \
+ WITHOUT_PYTHON=yes FORCE_PKG_REGISTER=yes; \
done
@cd /usr/doc && make all install 'FORMATS=html html-split txt' INSTALL_COMPRESSED='' DOCDIR=${RD}/trees/base/usr/share/doc
touch doc.1
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message
More information about the trustedbsd-cvs
mailing list