summaryrefslogtreecommitdiffstats
path: root/cnf/make.conf
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/make.conf
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/make.conf')
-rw-r--r--cnf/make.conf2
1 files changed, 1 insertions, 1 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