mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-27 15:51:58 +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
|
$(CC) -v
|
||||||
$(CXX) -v
|
$(CXX) -v
|
||||||
mkdir -p $(TARGET_BUILD)
|
mkdir -p $(TARGET_BUILD)
|
||||||
|
# remove in case of artifact
|
||||||
|
rm -rf build
|
||||||
|
|
||||||
if test "$(SCAN_BUILD)" = "yes"; then \
|
if test "$(SCAN_BUILD)" = "yes"; then \
|
||||||
patch -f -p1 < debian/patches/on-the-fly/use-scan-build-runtimes.diff||true; \
|
patch -f -p1 < debian/patches/on-the-fly/use-scan-build-runtimes.diff||true; \
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user