summaryrefslogtreecommitdiff
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.s390
parentAdded a check for obsolete virtual/x11 usage in dependencies. (diff)
downloadportage-multirepo-75dec43f2c32292f4c788d8e4fa845d2cbaeaa51.tar.gz
portage-multirepo-75dec43f2c32292f4c788d8e4fa845d2cbaeaa51.tar.bz2
portage-multirepo-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.s390')
-rw-r--r--cnf/make.conf.s3906
1 files changed, 6 insertions, 0 deletions
diff --git a/cnf/make.conf.s390 b/cnf/make.conf.s390
index fca5c058..ad8097d2 100644
--- a/cnf/make.conf.s390
+++ b/cnf/make.conf.s390
@@ -187,6 +187,12 @@ CHOST="s390-ibm-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