From: Bernhard Reutner-Fischer Date: Wed, 7 Oct 2009 20:08:36 +0000 (+0200) Subject: enable config.cache per default X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c45cd1fdbbceb4d3db7a129aa4bcc541ac3d10ae;p=buildroot.git 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 Signed-off-by: Peter Korsgaard --- diff --git a/Config.in b/Config.in index 86e50ac97f..6967d257d5 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