[ccache] Re: [distcc] ccache doesn't handle .i files

2003-12-02 Thread Koblinger Egmont
On Wed, 24 Sep 2003 ee...@gmx.net wrote: + close(creat(path_stderr, 0644)); Should be 0666, the rest is the job of umask. -- Egmont

[ccache] Re: [distcc] ccache doesn't handle .i files

2003-12-02 Thread ee...@gmx.net
+ } else { + copy_file(input_file, path_stdout); + x_asprintf(command, touch %s, path_stderr); + system(command); + free(command); + } Huh? i know, it's been a while since i last did c. i'm sure there are faster ways to provide

[ccache] Re: [distcc] ccache doesn't handle .i files

2003-12-02 Thread Martin Pool
On 23 Sep 2003, ee...@gmx.net wrote: on Mon, 21 Jul 2003 23:52:45 -0700, Martin Pool wrote: If I run ccache 2.2 on a .i file, it thinks it's not a C/C++ file and it doesn't cache it. This could be naively fixed by updating check_extension(), but it would be far better for