]> git.ipfire.org Git - thirdparty/ccache.git/commit
refactor: Save tmp stderr until done storing (#428)
authorAnders Björklund <anders.f.bjorklund@gmail.com>
Thu, 30 May 2019 18:55:18 +0000 (20:55 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Thu, 30 May 2019 18:55:17 +0000 (20:55 +0200)
commit6b1167ebd316013d2d10b0cd05afb7d6a95f7210
treeb91995ba3f8a60b12fadb4eb0a082379e30bf40f
parent0b3276d5541e8a7f7eeccaa72820d0b5f312f8d0
refactor: Save tmp stderr until done storing (#428)

We might need it for the alternate codepaths

If not using a standard file store, it might
not be possible to move stderr instead of copy.

For those cases, use the temporary file instead.
src/ccache.c