* [Buildroot] CCACHE_DIR
@ 2006-10-09 8:37 Fredrik Roubert
2006-10-19 9:28 ` Fredrik Roubert
0 siblings, 1 reply; 2+ messages in thread
From: Fredrik Roubert @ 2006-10-09 8:37 UTC (permalink / raw)
To: buildroot
Hi!
Currently buildroot hardcodes the ccache directory patch, with the
consequence that the built toolchain can't be used outside of the
buildroot build tree.
Three months ago, Ed Swierk suggested on this mailing list to change
that behaviour:
http://www.busybox.net/lists/buildroot/2006-July/000027.html
As far as I can see in the archives, there was no response to his mail.
From my point of view, his suggestion is a good one and it would be a
good idea to apply his patch to buildroot. I therefore attach his patch
to this mail (so that everyone can see it immediately, it's very short),
and ask for anyone who thinks that this patch is a bad idea to explain
why.
Cheers // Fredrik Roubert
--
Visserij 192 | +32 473 344527 / +46 708 776974
BE-9000 Gent | http://www.df.lth.se/~roubert/
-------------- next part --------------
--- buildroot.orig/toolchain/ccache/ccache.mk 2006-06-26 07:15:03.000000000 +0000
+++ buildroot/toolchain/ccache/ccache.mk 2006-07-17 16:34:58.000000000 +0000
@@ -24,10 +24,6 @@
# Should probably patch things to use a relative path.
$(SED) "s,getenv(\"CCACHE_PATH\"),\"$(STAGING_DIR)/bin-ccache\",g" \
$(CCACHE_DIR1)/execute.c
- # WARNING - this will break if the toolchain build dir is deleted.
- $(SED) "s,getenv(\"CCACHE_DIR\"),\"$(CCACHE_DIR1)/cache\",g" \
- $(CCACHE_DIR1)/ccache.c
- mkdir -p $(CCACHE_DIR1)/cache
touch $(CCACHE_DIR1)/.patched
$(CCACHE_DIR1)/.configured: $(CCACHE_DIR1)/.patched
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 303 bytes
Desc: not available
Url : http://busybox.net/lists/buildroot/attachments/20061009/d2a61a12/attachment.pgp
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-10-19 9:28 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-09 8:37 [Buildroot] CCACHE_DIR Fredrik Roubert
2006-10-19 9:28 ` Fredrik Roubert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox