ccache: expose control interface via 'make ccache-options'
authorTzu-Jung Lee <roylee17@gmail.com>
Thu, 10 Oct 2013 17:50:57 +0000 (10:50 -0700)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 27 Oct 2013 09:30:10 +0000 (10:30 +0100)
commitd1bca7c49c5f80673a2ff88bdad798812b09e9f2
tree7cab70845770e05bdd5ac1125c7615d7b6c841a6
parent96f702993cfa4b7e15549faddbc41917663dbe37
ccache: expose control interface via 'make ccache-options'

usage:
# set cache limit size
make CCACHE_OPTIONS="--max-size=5G" ccache-options

# zero statistics counters
make CCACHE_OPTIONS="--zero-stats" ccache-options

[Peter: drop the redundant ifeq]
Signed-off-by: Tzu-Jung Lee <tjlee@ambarella.com>
Acked-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
docs/manual/ccache-support.txt
package/ccache/ccache.mk