]> git.ipfire.org Git - thirdparty/ccache.git/commit
Create destination file and then copy into cache instead of the opposite
authorJoel Rosdahl <joel@rosdahl.net>
Sun, 8 Jun 2014 15:29:44 +0000 (17:29 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Sun, 8 Jun 2014 15:29:44 +0000 (17:29 +0200)
commit18a645451194becb832bd1ff4fee1c1e9f3d0dc5
treeaf3a20cba3d5957620b2167adc1a5d71070c9d3a
parentc5533d6012c560f1f448c811fbd6f80252d3501b
Create destination file and then copy into cache instead of the opposite

This simplifies the code so that there is no special case kicking in when
using --serialize-diagnostics (which requires the "-o" option to refer to
the destination instead of a temporary file in the cache).
ccache.c