]> git.ipfire.org Git - thirdparty/ccache.git/commit
Include names of include files in the hash again
authorJoel Rosdahl <joel@rosdahl.net>
Sun, 5 Feb 2017 20:51:28 +0000 (21:51 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Sun, 5 Feb 2017 20:51:28 +0000 (21:51 +0100)
commit7cad4ac5b8630c070f6e9a4909a5ee455807c94d
tree1627d5c1a10ab81cd645961c334c4f44da81df86
parent984f4e183d72bba7dddadcc84f5f3287ce65aa5f
Include names of include files in the hash again

This is essentially a revert of 5908e656 and 9cffdc65 (a partial fix of
the problem). The idea of pull request #88 ("preprocessor mode: enable
using identical header in different paths") did not work out well in
practice since it broke handling of dependency files. See the new "-MMD
for different ..." test cases which fail without the revert.

Fixes #134. Reverts #88.
ccache.c
test.sh