mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-07-09 08:23:25 +00:00
sccache create the log if needed
This commit is contained in:
parent
268544a5aa
commit
9d0cc091ec
3
debian/rules
vendored
3
debian/rules
vendored
@ -514,6 +514,9 @@ override_dh_ocamlclean:
|
|||||||
override_dh_ocaml:
|
override_dh_ocaml:
|
||||||
|
|
||||||
override_dh_auto_configure: preconfigure
|
override_dh_auto_configure: preconfigure
|
||||||
|
if test -f /opt/sccache/sccache; then \
|
||||||
|
touch $CCACHE_ERROR_LOG; \
|
||||||
|
fi
|
||||||
echo "Using gcc: "
|
echo "Using gcc: "
|
||||||
$(CC) -v
|
$(CC) -v
|
||||||
mkdir -p $(TARGET_BUILD)
|
mkdir -p $(TARGET_BUILD)
|
||||||
|
Loading…
Reference in New Issue
Block a user