build: Make ccache opt-in rather than opt-out
commitac2c2cf23573e400e014628af22467ca43573c21
authorTobias Klauser <tklauser@distanz.ch>
Wed, 1 Oct 2014 07:25:19 +0000 (1 09:25 +0200)
committerTobias Klauser <tklauser@distanz.ch>
Wed, 1 Oct 2014 07:25:19 +0000 (1 09:25 +0200)
tree87e189de756cd783f95387ccb03be452185c6bb4
parentb29fafbefd8b195e344bf3fd013a370b7cf930c8
build: Make ccache opt-in rather than opt-out

Using ccache by default for compilation if it is available on the system
might confuse people and in rare cases also lead to unexpected results.
Thus, from now on the use of ccache for compilation has to explicitely
specified by setting the CCACHE make variable to the name/path of the
ccache binary, i.e. `make CCACHE=ccache'

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Makefile
Misc
configure