build/sccache.mk

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/build/sccache.mk	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,7 @@
     1.4 +preflight:
     1.5 +	# Terminate any sccache server that might still be around
     1.6 +	-python2.7 $(TOPSRCDIR)/sccache/sccache.py > /dev/null 2>&1
     1.7 +
     1.8 +postflight:
     1.9 +	# Terminate sccache server. This prints sccache stats.
    1.10 +	-python2.7 $(TOPSRCDIR)/sccache/sccache.py

mercurial