summaryrefslogtreecommitdiffstats
path: root/cnf/make.conf
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2006-02-26 12:58:08 +0000
committerZac Medico <zmedico@gentoo.org>2006-02-26 12:58:08 +0000
commitaa977dab57512ba535e71066de5bf206fbbafae9 (patch)
tree53e253a0b1214efa26a8149820b05a242ab5edd0 /cnf/make.conf
parentfb6d749e4472da7d139ffd5598be0ca4ec6727eb (diff)
downloadportage-aa977dab57512ba535e71066de5bf206fbbafae9.tar.gz
portage-aa977dab57512ba535e71066de5bf206fbbafae9.tar.bz2
portage-aa977dab57512ba535e71066de5bf206fbbafae9.zip
Add some docs for metadata-transfer in make.conf.example and make.conf.5.
svn path=/main/trunk/; revision=2791
Diffstat (limited to 'cnf/make.conf')
-rw-r--r--cnf/make.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/cnf/make.conf b/cnf/make.conf
index 0e9388fe0..67af62b10 100644
--- a/cnf/make.conf
+++ b/cnf/make.conf
@@ -290,6 +290,9 @@ CHOST="i686-pc-linux-gnu"
# 'keepwork' prevents the clean phase from deleting the WORKDIR.
# 'test' causes ebuilds to perform testing phases if they are capable
# of it. Some packages support this automaticaly via makefiles.
+# 'metadata-transfer'
+# automatically perform a metadata transfer when `emerge --sync`
+# is run.
# 'noauto' causes ebuild to perform only the action requested and
# not any other required actions like clean or unpack -- for
# debugging purposes only.