From 3dc18f8ed25e4642c00042506a41d1fdeab0c94c Mon Sep 17 00:00:00 2001 From: Brian Harring Date: Fri, 3 Feb 2006 05:14:13 +0000 Subject: confcache updates... svn path=/main/trunk/; revision=2635 --- cnf/make.conf.alpha | 2 ++ cnf/make.conf.amd64 | 2 ++ cnf/make.conf.arm | 2 ++ cnf/make.conf.hppa | 2 ++ cnf/make.conf.ia64 | 2 ++ cnf/make.conf.mips | 2 ++ cnf/make.conf.ppc | 2 ++ cnf/make.conf.ppc64 | 2 ++ cnf/make.conf.s390 | 2 ++ cnf/make.conf.sparc | 2 ++ cnf/make.conf.x86 | 2 ++ 11 files changed, 22 insertions(+) (limited to 'cnf') diff --git a/cnf/make.conf.alpha b/cnf/make.conf.alpha index b08342ba2..ece799831 100644 --- a/cnf/make.conf.alpha +++ b/cnf/make.conf.alpha @@ -254,6 +254,8 @@ CFLAGS="-mcpu=ev5 -O3 -pipe " # 'collision-protect' # prevents packages from overwriting files that are owned by # another package or by no package at all. +# 'confcache' enable confcache support; speeds up autotool based configure +# calls # 'cvs' causes portage to enable all cvs features (commits, adds), # and to apply all USE flags in SRC_URI for digests -- for # developers only. diff --git a/cnf/make.conf.amd64 b/cnf/make.conf.amd64 index caff3c59e..f5ee4b048 100644 --- a/cnf/make.conf.amd64 +++ b/cnf/make.conf.amd64 @@ -265,6 +265,8 @@ CHOST="x86_64-pc-linux-gnu" # 'collision-protect' # prevents packages from overwriting files that are owned by # another package or by no package at all. +# 'confcache' enable confcache support; speeds up autotool based configure +# calls # 'cvs' causes portage to enable all cvs features (commits, adds), # and to apply all USE flags in SRC_URI for digests -- for # developers only. diff --git a/cnf/make.conf.arm b/cnf/make.conf.arm index 34ca3990a..1c1c6c20f 100644 --- a/cnf/make.conf.arm +++ b/cnf/make.conf.arm @@ -262,6 +262,8 @@ CHOST="armv4l-unknown-linux-gnu" # 'collision-protect' # prevents packages from overwriting files that are owned by # another package or by no package at all. +# 'confcache' enable confcache support; speeds up autotool based configure +# calls # 'cvs' causes portage to enable all cvs features (commits, adds), # and to apply all USE flags in SRC_URI for digests -- for # developers only. diff --git a/cnf/make.conf.hppa b/cnf/make.conf.hppa index 9241bcc3b..eb526e65f 100644 --- a/cnf/make.conf.hppa +++ b/cnf/make.conf.hppa @@ -271,6 +271,8 @@ CHOST="hppa-unknown-linux-gnu" # 'collision-protect' # prevents packages from overwriting files that are owned by # another package or by no package at all. +# 'confcache' enable confcache support; speeds up autotool based configure +# calls # 'cvs' causes portage to enable all cvs features (commits, adds), # and to apply all USE flags in SRC_URI for digests -- for # developers only. diff --git a/cnf/make.conf.ia64 b/cnf/make.conf.ia64 index 7de834833..3f6808b83 100644 --- a/cnf/make.conf.ia64 +++ b/cnf/make.conf.ia64 @@ -233,6 +233,8 @@ CHOST="ia64-unknown-linux-gnu" # 'collision-protect' # prevents packages from overwriting files that are owned by # another package or by no package at all. +# 'confcache' enable confcache support; speeds up autotool based configure +# calls # 'cvs' causes portage to enable all cvs features (commits, adds), # and to apply all USE flags in SRC_URI for digests -- for # developers only. diff --git a/cnf/make.conf.mips b/cnf/make.conf.mips index c0834b019..dc71e3309 100644 --- a/cnf/make.conf.mips +++ b/cnf/make.conf.mips @@ -251,6 +251,8 @@ CHOST="mips-unknown-linux-gnu" # 'collision-protect' # prevents packages from overwriting files that are owned by # another package or by no package at all. +# 'confcache' enable confcache support; speeds up autotool based configure +# calls # 'cvs' causes portage to enable all cvs features (commits, adds), # and to apply all USE flags in SRC_URI for digests -- for # developers only. diff --git a/cnf/make.conf.ppc b/cnf/make.conf.ppc index 922536f6d..6c38b1028 100644 --- a/cnf/make.conf.ppc +++ b/cnf/make.conf.ppc @@ -291,6 +291,8 @@ CHOST="powerpc-unknown-linux-gnu" # 'collision-protect' # prevents packages from overwriting files that are owned by # another package or by no package at all. +# 'confcache' enable confcache support; speeds up autotool based configure +# calls # 'cvs' causes portage to enable all cvs features (commits, adds), # and to apply all USE flags in SRC_URI for digests -- for # developers only. diff --git a/cnf/make.conf.ppc64 b/cnf/make.conf.ppc64 index 2da0e6049..a636928a7 100644 --- a/cnf/make.conf.ppc64 +++ b/cnf/make.conf.ppc64 @@ -269,6 +269,8 @@ CHOST="powerpc64-unknown-linux-gnu" # 'collision-protect' # prevents packages from overwriting files that are owned by # another package or by no package at all. +# 'confcache' enable confcache support; speeds up autotool based configure +# calls # 'cvs' causes portage to enable all cvs features (commits, adds), # and to apply all USE flags in SRC_URI for digests -- for # developers only. diff --git a/cnf/make.conf.s390 b/cnf/make.conf.s390 index ad8097d2e..fe2f8bcce 100644 --- a/cnf/make.conf.s390 +++ b/cnf/make.conf.s390 @@ -233,6 +233,8 @@ CHOST="s390-ibm-linux-gnu" # 'collision-protect' # prevents packages from overwriting files that are owned by # another package or by no package at all. +# 'confcache' enable confcache support; speeds up autotool based configure +# calls # 'cvs' causes portage to enable all cvs features (commits, adds), # and to apply all USE flags in SRC_URI for digests -- for # developers only. diff --git a/cnf/make.conf.sparc b/cnf/make.conf.sparc index e1ab499d6..f58ba4bb6 100644 --- a/cnf/make.conf.sparc +++ b/cnf/make.conf.sparc @@ -269,6 +269,8 @@ # 'collision-protect' # prevents packages from overwriting files that are owned by # another package or by no package at all. +# 'confcache' enable confcache support; speeds up autotool based configure +# calls # 'cvs' causes portage to enable all cvs features (commits, adds), # and to apply all USE flags in SRC_URI for digests -- for # developers only. diff --git a/cnf/make.conf.x86 b/cnf/make.conf.x86 index d98231eda..98ba6a957 100644 --- a/cnf/make.conf.x86 +++ b/cnf/make.conf.x86 @@ -268,6 +268,8 @@ CHOST="i686-pc-linux-gnu" # 'collision-protect' # prevents packages from overwriting files that are owned by # another package or by no package at all. +# 'confcache' enable confcache support; speeds up autotool based configure +# calls # 'cvs' causes portage to enable all cvs features (commits, adds), # and to apply all USE flags in SRC_URI for digests -- for # developers only. -- cgit v1.2.3-1-g7c22