summaryrefslogtreecommitdiffstats
path: root/Config.in
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2010-11-04 20:31:25 +0100
committerPeter Korsgaard <jacmet@sunsite.dk>2010-11-05 10:21:17 +0100
commit5f71fc1f19c21676f029b63499e0341a89cf2049 (patch)
tree28480df4b4c6ec4db29484316e6542c333842753 /Config.in
parent504a4ad0bbd4b1cad719a82619f814433cc29822 (diff)
downloadbuildroot-novena-5f71fc1f19c21676f029b63499e0341a89cf2049.tar.gz
buildroot-novena-5f71fc1f19c21676f029b63499e0341a89cf2049.zip
Remove support for shared configuration cache
The configuration cache shared between packages, while being in principle a nice idea to speed-up the configuration of packages by avoiding repetitive identical checks, turned out to be unreliable due to the subtle differences between similar but not identical checks in different packages. After spending some time trying to fix those, we concluded that supporting the shared configuration cache is definitely too hard and too unreliable, and that we'd better get rid of it altogether. This patch therefore removes the shared configuration cache infrastructure and usage. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in14
1 files changed, 0 insertions, 14 deletions
diff --git a/Config.in b/Config.in
index b5d408452..a41cd3ef5 100644
--- a/Config.in
+++ b/Config.in
@@ -256,20 +256,6 @@ config BR2_HAVE_DEVFILES
Install headers and static libraries in the
target filesystem
-menu "Advanced"
-
-config BR2_CONFIG_CACHE
- bool "Use a central configure cache file (EXPERIMENTAL)"
- help
- Notice: This is experimental and known to break with certain
- package combinations.
-
- This determines if a central config cache is used by
- packages, reducing the configure time for packages as each
- one caches its findings.
-
-endmenu
-
endmenu
source "toolchain/Config.in"