summaryrefslogtreecommitdiffstats
path: root/cnf/make.conf
diff options
context:
space:
mode:
authorJason Stubbs <jstubbs@gentoo.org>2006-01-27 04:50:09 +0000
committerJason Stubbs <jstubbs@gentoo.org>2006-01-27 04:50:09 +0000
commit75dec43f2c32292f4c788d8e4fa845d2cbaeaa51 (patch)
treee43fdddcde33a7bc27e60c34cc98d9d6f027784d /cnf/make.conf
parent429292b73250c9df497da780cac9c633207f3e83 (diff)
downloadportage-75dec43f2c32292f4c788d8e4fa845d2cbaeaa51.tar.gz
portage-75dec43f2c32292f4c788d8e4fa845d2cbaeaa51.tar.bz2
portage-75dec43f2c32292f4c788d8e4fa845d2cbaeaa51.zip
Add support for EMERGE_DEFAULT_OPTS configuration variable for setting
options that emerge always considers to be specified. svn path=/main/trunk/; revision=2588
Diffstat (limited to 'cnf/make.conf')
-rw-r--r--cnf/make.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/cnf/make.conf b/cnf/make.conf
index fb2cad1e8..9c23f09d0 100644
--- a/cnf/make.conf
+++ b/cnf/make.conf
@@ -222,6 +222,12 @@ CHOST="i686-pc-linux-gnu"
# Advanced Features
# =================
#
+# EMERGE_DEFAULT_OPTS allows emerge to act as if certain options are
+# specified on every run. Useful options include --ask, --verbose,
+# --usepkg and many others. Options that are not useful, such as --help,
+# are not filtered.
+#EMERGE_DEFAULT_OPTS=""
+#
# MAKEOPTS provides extra options that may be passed to 'make' when a
# program is compiled. Presently the only use is for specifying
# the number of parallel makes (-j) to perform. The suggested number