Re: Using ccache with git-buildpackage

2010-10-04 Thread Andrey Rahmatullin
On Mon, Oct 04, 2010 at 12:28:06PM +0100, Simon McVittie wrote: > I believe git-buildpackage calls debuild, which itself clears the environment. > debuild is controlled by ~/.devscripts, in which I have, among other things: > > DEBUILD_PREPEND_PATH=/usr/lib/ccache > DEBUILD_PRESERVE_ENVVAR

Re: Using ccache with git-buildpackage

2010-10-04 Thread Simon McVittie
On Mon, 04 Oct 2010 at 13:49:10 +0600, Andrey Rahmatullin wrote: > Hello. I use git-buildpackage and want to use ccache. I tried exporting > overriden CC and PATH, but that had no effect and `echo' in debian/rules > shows that both variables are reverted to the defaults. Does > git-buildpackage cle

Using ccache with git-buildpackage

2010-10-04 Thread Andrey Rahmatullin
Hello. I use git-buildpackage and want to use ccache. I tried exporting overriden CC and PATH, but that had no effect and `echo' in debian/rules shows that both variables are reverted to the defaults. Does git-buildpackage clear the environment? How can I use ccache in this configuration? -- WBR,