summaryrefslogtreecommitdiffstats
path: root/Config.in
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2009-10-07 22:08:36 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2009-10-07 22:59:49 +0200
commitc45cd1fdbbceb4d3db7a129aa4bcc541ac3d10ae (patch)
tree896be99e10738d87d0ccbc13aa7fa3a039b2168a /Config.in
parent263c2f83177992b402d48cffda0e97faffe21f1d (diff)
downloadbuildroot-novena-c45cd1fdbbceb4d3db7a129aa4bcc541ac3d10ae.tar.gz
buildroot-novena-c45cd1fdbbceb4d3db7a129aa4bcc541ac3d10ae.zip
enable config.cache per default
It speeds up configuration considerably. If a package breaks due to wrong cache-entries, then the broken other package has to be fixed, not the innocent bystander! Put short: There is absolutely _no_ need to ever turn the cache off unless you hack on autotools itself and goof. Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Config.in b/Config.in
index 86e50ac97..6967d257d 100644
--- a/Config.in
+++ b/Config.in
@@ -160,6 +160,7 @@ config BR2_RECENT
config BR2_CONFIG_CACHE
bool "Use a central configure cache file"
+ default y
help
This determines if a central config cache is used by
packages, reducing the configure time for packages as each