build/sccache.mk

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:99bdf4ee2223
1 preflight:
2 # Terminate any sccache server that might still be around
3 -python2.7 $(TOPSRCDIR)/sccache/sccache.py > /dev/null 2>&1
4
5 postflight:
6 # Terminate sccache server. This prints sccache stats.
7 -python2.7 $(TOPSRCDIR)/sccache/sccache.py

mercurial