]> git.ipfire.org Git - thirdparty/ccache.git/commit
Hash a delimiter string between parts to separate them
authorJoel Rosdahl <joel@rosdahl.net>
Tue, 27 Apr 2010 16:19:51 +0000 (18:19 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Tue, 27 Apr 2010 16:19:51 +0000 (18:19 +0200)
commit025e2a58a9e6aabb9b319b8b62b1ba4209106645
tree65f51d039863663f72ea59f3b234c6ae94ade538
parent45c981c012a596e3fdfe14ee40686d5ff77f4854
Hash a delimiter string between parts to separate them

Previously, "gcc -I-O2 -c file.c" and "gcc -I -O2 -c file.c" would hash to the
same sum.
ccache.c
ccache.h
hash.c
test.sh