зеркало из https://github.com/mozilla/gecko-dev.git
8 строки
244 B
Makefile
8 строки
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
|