]> git.ipfire.org Git - thirdparty/ccache.git/commit
Make the cleanup limit into a configurable variable
authorAnders Björklund <anders@itension.se>
Mon, 30 Jun 2014 17:50:49 +0000 (19:50 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Fri, 29 Jul 2016 15:19:49 +0000 (17:19 +0200)
commita8ca6ad32c338cf145826e8091c5e3aeeb7f538a
tree67273821586fc70e2665c461c676e6ca9a77f31c
parent00ef3fe0c1cb472037a29a3c9129e2eb13dd5cf2
Make the cleanup limit into a configurable variable

When doing manual cleanups, it is useful to be able to set the
cleanup limit multiple rather than hardcoding it as 80% always.
13 files changed:
MANUAL.txt
ccache.c
cleanup.c
conf.c
conf.h
confitems.gperf
confitems_lookup.c
envtoconfitems.gperf
envtoconfitems_lookup.c
test.sh
test/framework.c
test/framework.h
test/test_conf.c