summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorThomas Petazzoni2010-11-04 20:31:25 +0100
committerPeter Korsgaard2010-11-05 10:21:17 +0100
commit5f71fc1f19c21676f029b63499e0341a89cf2049 (patch)
tree28480df4b4c6ec4db29484316e6542c333842753 /CHANGES
parentsawman: bump to 1.4.10 (diff)
downloadbuildroot-5f71fc1f19c21676f029b63499e0341a89cf2049.tar.gz
buildroot-5f71fc1f19c21676f029b63499e0341a89cf2049.tar.xz
buildroot-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 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index ac4cf60aa..32bc6a718 100644
--- a/CHANGES
+++ b/CHANGES
@@ -16,6 +16,9 @@
Download handling reworked and support for git/svn downloads
added.
+ Removed experimental shared config.cache support, as it is
+ too unreliable.
+
A convenience Makefile wrapper is created when using
out-of-tree building, similar to how it is done for the kernel.