Re: [ccache] direct mode design bug

2012-11-05 Thread Andrew Stubbs
On 04/11/12 19:10, Joel Rosdahl wrote: The direct mode, which was introduced in version 3.0 almost three years ago, has a design bug. The essence of the problem is that in the direct mode, ccache records header files that were used by the compiler, but it doesn't record header files that were

Re: [ccache] direct mode design bug

2012-11-05 Thread Andrew Stubbs
On 04/11/12 19:10, Joel Rosdahl wrote: Since a quick fix likely isn't possible in the short term, and I would like to release ccache 3.2 soon, we have to decide whether the direct mode should default to off or on. Please share any opinions! Incidentally, you appear to have committed a patch

[ccache] [PATCH] Use bash for test.sh.

2012-11-05 Thread Andrew Stubbs
The test script fails with shells other than bash. At least dash doesn't work. Signed-off-by: Andrew Stubbs a...@codesourcery.com --- test.sh |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.sh b/test.sh index 4c78617..a334f62 100755 --- a/test.sh +++ b/test.sh @@

Re: [ccache] Fwd: [PATCH] Detect __DATE__ and __TIME__ correctly.

2012-11-05 Thread Andrew Stubbs
On 04/11/12 16:25, Justin Lebar wrote: Here's the last patch I got. Gmail tells me it was also sent to the list; maybe it somehow got filtered. I /think/ I'm including the attachment here... That one look right to me. Andrew ___ ccache mailing

Re: [ccache] [PATCH] Use bash for test.sh.

2012-11-05 Thread g . esp
- Mail original - De: Andrew Stubbs a...@codesourcery.com À: ccache@lists.samba.org Envoyé: Lundi 5 Novembre 2012 18:55:10 Objet: [ccache] [PATCH] Use bash for test.sh. The test script fails with shells other than bash. At least dash doesn't work. Signed-off-by: Andrew Stubbs