diff options
author | Brian Harring <ferringb@gentoo.org> | 2005-12-19 11:16:11 +0000 |
---|---|---|
committer | Brian Harring <ferringb@gentoo.org> | 2005-12-19 11:16:11 +0000 |
commit | 7cf7664f4480eaa8b786aca4d64e11cfd839e86c (patch) | |
tree | 922b3938ed120b75bb8c6ab3ab84dcec90ce0855 | |
parent | d90adc4b7276f0f4356771b502142f012d185766 (diff) | |
download | portage-7cf7664f4480eaa8b786aca4d64e11cfd839e86c.tar.gz portage-7cf7664f4480eaa8b786aca4d64e11cfd839e86c.tar.bz2 portage-7cf7664f4480eaa8b786aca4d64e11cfd839e86c.zip |
added parallel-fetch in...
svn path=/main/trunk/; revision=2401
-rw-r--r-- | cnf/make.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cnf/make.conf b/cnf/make.conf index 211aa85a5..d31086c0f 100644 --- a/cnf/make.conf +++ b/cnf/make.conf @@ -289,6 +289,8 @@ CHOST="i686-pc-linux-gnu" # after a merge -- for debugging purposes only. # 'nostrip' prevents the stripping of binaries. # 'notitles' disables xterm titlebar updates (which contain status info). +# 'parallel-fetch' +# do fetching in parallel to compilation # 'sandbox' enables sandboxing when running emerge and ebuild. # 'strict' causes portage to react strongly to conditions that are # potentially dangerous, like missing/incorrect Manifest files. |