summaryrefslogtreecommitdiffstats
path: root/cnf
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-01-18 11:56:57 +0000
committerMike Frysinger <vapier@gentoo.org>2006-01-18 11:56:57 +0000
commit07251d4ec23ee88be53522a87b82c7bc90f9de1c (patch)
treef702d873adcc89199a559e296c43f631ab62d85b /cnf
parentf0c1804dafa858d00e81f23b7f9efec24c169f33 (diff)
downloadportage-07251d4ec23ee88be53522a87b82c7bc90f9de1c.tar.gz
portage-07251d4ec23ee88be53522a87b82c7bc90f9de1c.tar.bz2
portage-07251d4ec23ee88be53522a87b82c7bc90f9de1c.zip
s/maketest/test/
svn path=/main/trunk/; revision=2566
Diffstat (limited to 'cnf')
-rw-r--r--cnf/make.conf2
-rw-r--r--cnf/make.conf.alpha2
-rw-r--r--cnf/make.conf.amd642
-rw-r--r--cnf/make.conf.arm2
-rw-r--r--cnf/make.conf.hppa2
-rw-r--r--cnf/make.conf.ia642
-rw-r--r--cnf/make.conf.mips2
-rw-r--r--cnf/make.conf.ppc2
-rw-r--r--cnf/make.conf.ppc642
-rw-r--r--cnf/make.conf.s3902
-rw-r--r--cnf/make.conf.sparc2
-rw-r--r--cnf/make.conf.x862
-rw-r--r--cnf/make.conf.x86-fbsd2
13 files changed, 13 insertions, 13 deletions
diff --git a/cnf/make.conf b/cnf/make.conf
index c330db9b8..fb2cad1e8 100644
--- a/cnf/make.conf
+++ b/cnf/make.conf
@@ -280,7 +280,7 @@ CHOST="i686-pc-linux-gnu"
# 'keeptemp' prevents the clean phase from deleting the temp files ($T)
# from a merge.
# 'keepwork' prevents the clean phase from deleting the WORKDIR.
-# 'maketest' causes ebuilds to perform testing phases if they are capable
+# 'test' causes ebuilds to perform testing phases if they are capable
# of it. Some packages support this automaticaly via makefiles.
# 'noauto' causes ebuild to perform only the action requested and
# not any other required actions like clean or unpack -- for
diff --git a/cnf/make.conf.alpha b/cnf/make.conf.alpha
index d57a77d0d..32cba977c 100644
--- a/cnf/make.conf.alpha
+++ b/cnf/make.conf.alpha
@@ -266,7 +266,7 @@ CFLAGS="-mcpu=ev5 -O3 -pipe "
# 'keeptemp' prevents the clean phase from deleting the temp files ($T)
# from a merge.
# 'keepwork' prevents the clean phase from deleting the WORKDIR.
-# 'maketest' causes ebuilds to perform testing phases if they are capable
+# 'test' causes ebuilds to perform testing phases if they are capable
# of it. Some packages support this automaticaly via makefiles.
# 'noauto' causes ebuild to perform only the action requested and
# not any other required actions like clean or unpack -- for
diff --git a/cnf/make.conf.amd64 b/cnf/make.conf.amd64
index d0776488f..f2de1cef3 100644
--- a/cnf/make.conf.amd64
+++ b/cnf/make.conf.amd64
@@ -277,7 +277,7 @@ CHOST="x86_64-pc-linux-gnu"
# 'keeptemp' prevents the clean phase from deleting the temp files ($T)
# from a merge.
# 'keepwork' prevents the clean phase from deleting the WORKDIR.
-# 'maketest' causes ebuilds to perform testing phases if they are capable
+# 'test' causes ebuilds to perform testing phases if they are capable
# of it. Some packages support this automaticaly via makefiles.
# 'noauto' causes ebuild to perform only the action requested and
# not any other required actions like clean or unpack -- for
diff --git a/cnf/make.conf.arm b/cnf/make.conf.arm
index 4bc45ecf0..3f07565c2 100644
--- a/cnf/make.conf.arm
+++ b/cnf/make.conf.arm
@@ -274,7 +274,7 @@ CHOST="armv4l-unknown-linux-gnu"
# 'keeptemp' prevents the clean phase from deleting the temp files ($T)
# from a merge.
# 'keepwork' prevents the clean phase from deleting the WORKDIR.
-# 'maketest' causes ebuilds to perform testing phases if they are capable
+# 'test' causes ebuilds to perform testing phases if they are capable
# of it. Some packages support this automaticaly via makefiles.
# 'noauto' causes ebuild to perform only the action requested and
# not any other required actions like clean or unpack -- for
diff --git a/cnf/make.conf.hppa b/cnf/make.conf.hppa
index 26174274e..6f948642a 100644
--- a/cnf/make.conf.hppa
+++ b/cnf/make.conf.hppa
@@ -283,7 +283,7 @@ CHOST="hppa-unknown-linux-gnu"
# 'keeptemp' prevents the clean phase from deleting the temp files ($T)
# from a merge.
# 'keepwork' prevents the clean phase from deleting the WORKDIR.
-# 'maketest' causes ebuilds to perform testing phases if they are capable
+# 'test' causes ebuilds to perform testing phases if they are capable
# of it. Some packages support this automaticaly via makefiles.
# 'noauto' causes ebuild to perform only the action requested and
# not any other required actions like clean or unpack -- for
diff --git a/cnf/make.conf.ia64 b/cnf/make.conf.ia64
index 91c8639de..81f6a29a8 100644
--- a/cnf/make.conf.ia64
+++ b/cnf/make.conf.ia64
@@ -245,7 +245,7 @@ CHOST="ia64-unknown-linux-gnu"
# 'keeptemp' prevents the clean phase from deleting the temp files ($T)
# from a merge.
# 'keepwork' prevents the clean phase from deleting the WORKDIR.
-# 'maketest' causes ebuilds to perform testing phases if they are capable
+# 'test' causes ebuilds to perform testing phases if they are capable
# of it. Some packages support this automaticaly via makefiles.
# 'noauto' causes ebuild to perform only the action requested and
# not any other required actions like clean or unpack -- for
diff --git a/cnf/make.conf.mips b/cnf/make.conf.mips
index b2287e2ac..d63369da6 100644
--- a/cnf/make.conf.mips
+++ b/cnf/make.conf.mips
@@ -263,7 +263,7 @@ CHOST="mips-unknown-linux-gnu"
# 'keeptemp' prevents the clean phase from deleting the temp files ($T)
# from a merge.
# 'keepwork' prevents the clean phase from deleting the WORKDIR.
-# 'maketest' causes ebuilds to perform testing phases if they are capable
+# 'test' causes ebuilds to perform testing phases if they are capable
# of it. Some packages support this automaticaly via makefiles.
# 'noauto' causes ebuild to perform only the action requested and
# not any other required actions like clean or unpack -- for
diff --git a/cnf/make.conf.ppc b/cnf/make.conf.ppc
index b331fc50b..d15bc999e 100644
--- a/cnf/make.conf.ppc
+++ b/cnf/make.conf.ppc
@@ -303,7 +303,7 @@ CHOST="powerpc-unknown-linux-gnu"
# 'keeptemp' prevents the clean phase from deleting the temp files ($T)
# from a merge.
# 'keepwork' prevents the clean phase from deleting the WORKDIR.
-# 'maketest' causes ebuilds to perform testing phases if they are capable
+# 'test' causes ebuilds to perform testing phases if they are capable
# of it. Some packages support this automaticaly via makefiles.
# 'noauto' causes ebuild to perform only the action requested and
# not any other required actions like clean or unpack -- for
diff --git a/cnf/make.conf.ppc64 b/cnf/make.conf.ppc64
index 7845678e3..35becf4ec 100644
--- a/cnf/make.conf.ppc64
+++ b/cnf/make.conf.ppc64
@@ -281,7 +281,7 @@ CHOST="powerpc64-unknown-linux-gnu"
# 'keeptemp' prevents the clean phase from deleting the temp files ($T)
# from a merge.
# 'keepwork' prevents the clean phase from deleting the WORKDIR.
-# 'maketest' causes ebuilds to perform testing phases if they are capable
+# 'test' causes ebuilds to perform testing phases if they are capable
# of it. Some packages support this automaticaly via makefiles.
# 'noauto' causes ebuild to perform only the action requested and
# not any other required actions like clean or unpack -- for
diff --git a/cnf/make.conf.s390 b/cnf/make.conf.s390
index 8eb532b88..fca5c058f 100644
--- a/cnf/make.conf.s390
+++ b/cnf/make.conf.s390
@@ -245,7 +245,7 @@ CHOST="s390-ibm-linux-gnu"
# 'keeptemp' prevents the clean phase from deleting the temp files ($T)
# from a merge.
# 'keepwork' prevents the clean phase from deleting the WORKDIR.
-# 'maketest' causes ebuilds to perform testing phases if they are capable
+# 'test' causes ebuilds to perform testing phases if they are capable
# of it. Some packages support this automaticaly via makefiles.
# 'noauto' causes ebuild to perform only the action requested and
# not any other required actions like clean or unpack -- for
diff --git a/cnf/make.conf.sparc b/cnf/make.conf.sparc
index b760218d8..b91446bf6 100644
--- a/cnf/make.conf.sparc
+++ b/cnf/make.conf.sparc
@@ -281,7 +281,7 @@
# 'keeptemp' prevents the clean phase from deleting the temp files ($T)
# from a merge.
# 'keepwork' prevents the clean phase from deleting the WORKDIR.
-# 'maketest' causes ebuilds to perform testing phases if they are capable
+# 'test' causes ebuilds to perform testing phases if they are capable
# of it. Some packages support this automaticaly via makefiles.
# 'noauto' causes ebuild to perform only the action requested and
# not any other required actions like clean or unpack -- for
diff --git a/cnf/make.conf.x86 b/cnf/make.conf.x86
index 01e94515e..4c769dbf7 100644
--- a/cnf/make.conf.x86
+++ b/cnf/make.conf.x86
@@ -280,7 +280,7 @@ CHOST="i686-pc-linux-gnu"
# 'keeptemp' prevents the clean phase from deleting the temp files ($T)
# from a merge.
# 'keepwork' prevents the clean phase from deleting the WORKDIR.
-# 'maketest' causes ebuilds to perform testing phases if they are capable
+# 'test' causes ebuilds to perform testing phases if they are capable
# of it. Some packages support this automaticaly via makefiles.
# 'noauto' causes ebuild to perform only the action requested and
# not any other required actions like clean or unpack -- for
diff --git a/cnf/make.conf.x86-fbsd b/cnf/make.conf.x86-fbsd
index f77bac295..115aca554 100644
--- a/cnf/make.conf.x86-fbsd
+++ b/cnf/make.conf.x86-fbsd
@@ -270,7 +270,7 @@ CHOST="i686-unknown-freebsd5.3"
# 'keeptemp' prevents the clean phase from deleting the temp files ($T)
# from a merge.
# 'keepwork' prevents the clean phase from deleting the WORKDIR.
-# 'maketest' causes ebuilds to perform testing phases if they are capable
+# 'test' causes ebuilds to perform testing phases if they are capable
# of it. Some packages support this automaticaly via makefiles.
# 'noauto' causes ebuild to perform only the action requested and
# not any other required actions like clean or unpack -- for