build/sccache.mk

Wed, 31 Dec 2014 06:55:50 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:55:50 +0100
changeset 2
7e26c7da4463
permissions
-rw-r--r--

Added tag UPSTREAM_283F7C6 for changeset ca08bd8f51b2

     1 preflight:
     2 	# Terminate any sccache server that might still be around
     3 	-python2.7 $(TOPSRCDIR)/sccache/sccache.py > /dev/null 2>&1
     5 postflight:
     6 	# Terminate sccache server. This prints sccache stats.
     7 	-python2.7 $(TOPSRCDIR)/sccache/sccache.py

mercurial