]> git.ipfire.org Git - thirdparty/ccache.git/commit
fix: Handle stdout from distcc-pump when used as a prefix
authorJoel Rosdahl <joel@rosdahl.net>
Sun, 12 Dec 2021 19:41:36 +0000 (20:41 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Sun, 12 Dec 2021 20:32:49 +0000 (21:32 +0100)
commit2044fea84b86001b2976ecde946d3d6d0e88ec0a
tree46054974b79d684fd4ef80aaa2033a7a0a6c55df
parentef19b0f09684565cb9cbc28b55d5b289cea0b6a0
fix: Handle stdout from distcc-pump when used as a prefix

The compiler guessing doesn’t work if pump is used as a
prefix/CCACHE_PREFIX, so let’s just not depend on such guesswork.

Also, since the distcc-pump wrapper isn’t really a compiler type, it
actually makes sense not to treat it as such.
src/Config.cpp
src/Config.hpp
src/ccache.cpp
unittest/test_Config.cpp
unittest/test_ccache.cpp