]> git.ipfire.org Git - thirdparty/ccache.git/commit
fix: Make src/ccache.cpp cacheable by ccache itself
authorJoel Rosdahl <joel@rosdahl.net>
Sun, 9 Jan 2022 21:13:02 +0000 (22:13 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Mon, 10 Jan 2022 21:22:00 +0000 (22:22 +0100)
commitbc97d547288e046978b18130d2ddcb404f9ca45b
treeee84cf546cd963111d7636faad8dd7a7d5b0e944
parentc83c3ccdd3d50530d4e325417e1a42a43d7232ac
fix: Make src/ccache.cpp cacheable by ccache itself

“.incbin” should not be present verbatim in the source code since that
makes ccache consider the code uncacheable.

Regression in 2d2de82bb9231b981b40486b093a2c0002200c40.
src/ccache.cpp