mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-27 12:26:41 +00:00
remove artifact if they exists
This commit is contained in:
parent
b98823b985
commit
179cd18f35
3
debian/rules
vendored
3
debian/rules
vendored
@ -576,6 +576,9 @@ override_dh_auto_configure: preconfigure
|
||||
$(CC) -v
|
||||
$(CXX) -v
|
||||
mkdir -p $(TARGET_BUILD)
|
||||
# remove in case of artifact
|
||||
rm -rf build
|
||||
|
||||
if test "$(SCAN_BUILD)" = "yes"; then \
|
||||
patch -f -p1 < debian/patches/on-the-fly/use-scan-build-runtimes.diff||true; \
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user