summaryrefslogtreecommitdiffstats
path: root/cnf/make.conf.alpha
diff options
context:
space:
mode:
Diffstat (limited to 'cnf/make.conf.alpha')
-rw-r--r--cnf/make.conf.alpha3
1 files changed, 3 insertions, 0 deletions
diff --git a/cnf/make.conf.alpha b/cnf/make.conf.alpha
index ece799831..9f1d9f162 100644
--- a/cnf/make.conf.alpha
+++ b/cnf/make.conf.alpha
@@ -276,6 +276,9 @@ CFLAGS="-mcpu=ev5 -O3 -pipe "
# '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.