mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-06 00:55:37 +00:00
8 lines
244 B
Makefile
8 lines
244 B
Makefile
preflight:
|
|
# Terminate any sccache server that might still be around
|
|
-python2.7 $(TOPSRCDIR)/sccache/sccache.py > /dev/null 2>&1
|
|
|
|
postflight:
|
|
# Terminate sccache server. This prints sccache stats.
|
|
-python2.7 $(TOPSRCDIR)/sccache/sccache.py
|