summaryrefslogtreecommitdiffstats
path: root/cnf/make.conf.amd64
diff options
context:
space:
mode:
Diffstat (limited to 'cnf/make.conf.amd64')
-rw-r--r--cnf/make.conf.amd646
1 files changed, 6 insertions, 0 deletions
diff --git a/cnf/make.conf.amd64 b/cnf/make.conf.amd64
index f2de1cef3..caff3c59e 100644
--- a/cnf/make.conf.amd64
+++ b/cnf/make.conf.amd64
@@ -219,6 +219,12 @@ CHOST="x86_64-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