summaryrefslogtreecommitdiffstats
path: root/cnf
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
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')
-rw-r--r--cnf/make.conf6
-rw-r--r--cnf/make.conf.alpha6
-rw-r--r--cnf/make.conf.amd646
-rw-r--r--cnf/make.conf.arm6
-rw-r--r--cnf/make.conf.hppa6
-rw-r--r--cnf/make.conf.ia646
-rw-r--r--cnf/make.conf.mips6
-rw-r--r--cnf/make.conf.ppc6
-rw-r--r--cnf/make.conf.ppc646
-rw-r--r--cnf/make.conf.s3906
-rw-r--r--cnf/make.conf.sparc6
-rw-r--r--cnf/make.conf.x866
-rw-r--r--cnf/make.conf.x86-fbsd6
13 files changed, 78 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
diff --git a/cnf/make.conf.alpha b/cnf/make.conf.alpha
index 32cba977c..b08342ba2 100644
--- a/cnf/make.conf.alpha
+++ b/cnf/make.conf.alpha
@@ -208,6 +208,12 @@ CFLAGS="-mcpu=ev5 -O3 -pipe "
# 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
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
diff --git a/cnf/make.conf.arm b/cnf/make.conf.arm
index 3f07565c2..34ca3990a 100644
--- a/cnf/make.conf.arm
+++ b/cnf/make.conf.arm
@@ -216,6 +216,12 @@ CHOST="armv4l-unknown-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
diff --git a/cnf/make.conf.hppa b/cnf/make.conf.hppa
index 6f948642a..9241bcc3b 100644
--- a/cnf/make.conf.hppa
+++ b/cnf/make.conf.hppa
@@ -225,6 +225,12 @@ CHOST="hppa-unknown-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
diff --git a/cnf/make.conf.ia64 b/cnf/make.conf.ia64
index 81f6a29a8..7de834833 100644
--- a/cnf/make.conf.ia64
+++ b/cnf/make.conf.ia64
@@ -187,6 +187,12 @@ CHOST="ia64-unknown-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
diff --git a/cnf/make.conf.mips b/cnf/make.conf.mips
index d63369da6..c0834b019 100644
--- a/cnf/make.conf.mips
+++ b/cnf/make.conf.mips
@@ -205,6 +205,12 @@ CHOST="mips-unknown-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
diff --git a/cnf/make.conf.ppc b/cnf/make.conf.ppc
index d15bc999e..922536f6d 100644
--- a/cnf/make.conf.ppc
+++ b/cnf/make.conf.ppc
@@ -245,6 +245,12 @@ CHOST="powerpc-unknown-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
diff --git a/cnf/make.conf.ppc64 b/cnf/make.conf.ppc64
index 35becf4ec..2da0e6049 100644
--- a/cnf/make.conf.ppc64
+++ b/cnf/make.conf.ppc64
@@ -229,6 +229,12 @@ CHOST="powerpc64-unknown-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
diff --git a/cnf/make.conf.s390 b/cnf/make.conf.s390
index fca5c058f..ad8097d2e 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
diff --git a/cnf/make.conf.sparc b/cnf/make.conf.sparc
index b91446bf6..e1ab499d6 100644
--- a/cnf/make.conf.sparc
+++ b/cnf/make.conf.sparc
@@ -223,6 +223,12 @@
# 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
diff --git a/cnf/make.conf.x86 b/cnf/make.conf.x86
index 4c769dbf7..d98231eda 100644
--- a/cnf/make.conf.x86
+++ b/cnf/make.conf.x86
@@ -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
diff --git a/cnf/make.conf.x86-fbsd b/cnf/make.conf.x86-fbsd
index 115aca554..1149e4161 100644
--- a/cnf/make.conf.x86-fbsd
+++ b/cnf/make.conf.x86-fbsd
@@ -222,6 +222,12 @@ CHOST="i686-unknown-freebsd5.3"
# 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