From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] Speeding up builds
Date: Tue, 5 Nov 2013 00:19:10 +0100 [thread overview]
Message-ID: <20131105001910.3a5d6e13@skate> (raw)
In-Reply-To: <CAE9DZUTmGnAUh7=yS5YzP7Se_bmQjRrNK5VuoG5NDWGn6hmc0w@mail.gmail.com>
Dear Dallas Clement,
On Mon, 4 Nov 2013 17:15:24 -0600, Dallas Clement wrote:
> Does anyone know if there is still a shared configuration cache
> option? I might get some mileage out of that.
No, we removed it years ago. Different configure.ac scripts use
identical variable names in the cache to store the result of tests that
are not exactly the same. It was causing too much breakage, so we
removed it.
commit 5f71fc1f19c21676f029b63499e0341a89cf2049
Author: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Date: Thu Nov 4 20:31:25 2010 +0100
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>
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
next prev parent reply other threads:[~2013-11-04 23:19 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-11-04 19:00 [Buildroot] Speeding up builds Dallas Clement
2013-11-04 19:06 ` Thomas De Schampheleire
2013-11-04 19:41 ` Dallas Clement
2013-11-04 19:50 ` Thomas De Schampheleire
2013-11-04 20:11 ` Dallas Clement
2013-11-04 23:15 ` Dallas Clement
2013-11-04 23:19 ` Thomas Petazzoni [this message]
2013-11-04 23:20 ` Thomas Petazzoni
2013-11-04 23:38 ` Dallas Clement
2013-11-04 23:48 ` Peter Korsgaard
2013-11-05 17:29 ` Dallas Clement
2013-11-05 17:48 ` Thomas De Schampheleire
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20131105001910.3a5d6e13@skate \
--to=thomas.petazzoni@free-electrons.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox