mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-07-09 13:16:15 +00:00
remove the sccache log dump
This commit is contained in:
parent
0125c0be4d
commit
98697f3cf1
1
debian/rules
vendored
1
debian/rules
vendored
@ -782,7 +782,6 @@ sccache-stats:
|
|||||||
# If we used sccache, shows stats
|
# If we used sccache, shows stats
|
||||||
if test -f /opt/sccache/sccache; then \
|
if test -f /opt/sccache/sccache; then \
|
||||||
ls -al /opt/sccache/; \
|
ls -al /opt/sccache/; \
|
||||||
cat /opt/sccache/sccache.log; \
|
|
||||||
/opt/sccache/sccache --show-stats; \
|
/opt/sccache/sccache --show-stats; \
|
||||||
fi
|
fi
|
||||||
touch $@
|
touch $@
|
||||||
|
Loading…
Reference in New Issue
Block a user