]> git.ipfire.org Git - thirdparty/ccache.git/commit
Don’t create missing output directory
authorJoel Rosdahl <joel@rosdahl.net>
Mon, 1 Apr 2019 19:46:21 +0000 (21:46 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Mon, 1 Apr 2019 19:46:21 +0000 (21:46 +0200)
commit377efaef201a37ac38b357665238c7fde475f5b2
treeaa80223eceffa883a2290064cd384c14bc51a771
parente1d01d3979ce4095a0de9e23fdab122775875cb5
Don’t create missing output directory

This mimics the compiler behavior for “-o out/obj.o” when “out” doesn’t
exist.

Fixes #353.
doc/NEWS.adoc
src/ccache.c
src/ccache.h
src/stats.c
test/suites/base.bash