mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07: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
|