[ccache] [PATCH] ignore config.cache files

2014-09-15 Thread Mike Frysinger
This is created when you run `./configure -C`.
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 7bed498..cfadd23 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,6 +12,7 @@ ccache-*.tar.*
 ccache.1
 ccache.html
 ccache.xml
+config.cache
 config.h
 config.h.in
 config.log
-- 
2.0.0

___
ccache mailing list
ccache@lists.samba.org
https://lists.samba.org/mailman/listinfo/ccache


Re: [ccache] ccacje direct mode without fall back to running the preprocessor

2014-09-15 Thread Joel Rosdahl
Hi,

I'm not opposed to introducing such an option. What would be a good name?
CCACHE_READONLY_DIRECT (readonly_direct in the config file on master)?

-- Joel


On 10 September 2014 09:57, Andrew Stubbs  wrote:

> On 10/09/14 08:24, vkr wrote:
>
>> Why is that? I mean, when drop preprocessing only when an env variable is
>> set,
>> why is it not the right approach?
>>
>
> The development sources on the master branch has all-new option and
> environment variable processing code.
>
> The part where you act on the option is probably in the right place, but
> it ought to be read elsewhere. I'm not sure how that worked in 3.1.9.
>
>
> Andrew
> ___
> ccache mailing list
> ccache@lists.samba.org
> https://lists.samba.org/mailman/listinfo/ccache
>
___
ccache mailing list
ccache@lists.samba.org
https://lists.samba.org/mailman/listinfo/ccache