build/sccache.mk

branch
TOR_BUG_9701
changeset 3
141e0f1194b1
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