From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernhard Reutner-Fischer Date: Wed, 7 Oct 2009 23:19:52 +0200 Subject: [Buildroot] [PATCH 13/14] enable config.cache per default In-Reply-To: <871vlekjie.fsf@macbook.be.48ers.dk> References: <382fdbb8e5e36dd9348dfd57b9267862ef8d2ead.1254945750.git.rep.dot.nop@gmail.com> <53e08690da5a307328d4d5dc7d53865215ced09f.1254945750.git.rep.dot.nop@gmail.com> <730af4752b8da4a9b2a2b1583987899fa3eef334.1254945750.git.rep.dot.nop@gmail.com> <78b8984e033470578a90d58e533aa97c31af1071.1254945750.git.rep.dot.nop@gmail.com> <871vlekjie.fsf@macbook.be.48ers.dk> Message-ID: <20091007211952.GK23847@mx.loc> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net On Wed, Oct 07, 2009 at 10:59:37PM +0200, Peter Korsgaard wrote: >>>>>> "Bernhard" == Bernhard Reutner-Fischer writes: > > Bernhard> It speeds up configuration considerably. > Bernhard> If a package breaks due to wrong cache-entries, then the broken > Bernhard> other package has to be fixed, not the innocent bystander! > > Bernhard> Put short: There is absolutely _no_ need to ever turn the cache off > Bernhard> unless you hack on autotools itself and goof. > >In that case, why do we even have the config option? beyond me.