From 5f71fc1f19c21676f029b63499e0341a89cf2049 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Thu, 4 Nov 2010 20:31:25 +0100 Subject: 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 Signed-off-by: Peter Korsgaard --- docs/buildroot.html | 7 ------- 1 file changed, 7 deletions(-) (limited to 'docs/buildroot.html') diff --git a/docs/buildroot.html b/docs/buildroot.html index a94e7befa..0a0114a3b 100644 --- a/docs/buildroot.html +++ b/docs/buildroot.html @@ -1269,13 +1269,6 @@ LIBFOO_POST_PATCH_HOOKS += LIBFOO_POST_PATCH_FIXUP not. Valid values are YES and NO. By default, the value is YES -
  • LIBFOO_USE_CONFIG_CACHE tells whether the configure - script should use the central configure cache, which caches test - results from previous configure scripts. Usually, this variable should - be left to its default value. Only packages having issues with the - configure cache, can set this variable to the NO value - (but this is more of a work-around than a fix)
  • -
  • LIBFOO_INSTALL_STAGING_OPT contains the make options used to install the package to the staging directory. By default, the value is DESTDIR=$$(STAGING_DIR) install, which is -- cgit v1.2.3