Skip to content
This repository was archived by the owner on Jul 22, 2023. It is now read-only.

Commit 9fb2cc9

Browse files
committed
force svn checkout overwrite dir
1 parent 641f33b commit 9fb2cc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make/mt-config/tests/mt-tests-fuzz.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ IOTC_LIBFUZZER := $(IOTC_LIBFUZZER_DOWNLOAD_DIR)/libFuzzer.a
3939

4040
$(IOTC_LIBFUZZER_DOWNLOAD_DIR):
4141
@-mkdir -p $(IOTC_LIBFUZZER_DOWNLOAD_DIR)
42-
(cd $(IOTC_CLANG_TOOLS_DIR) && svn export $(IOTC_LIBFUZZER_URL))
42+
(cd $(IOTC_CLANG_TOOLS_DIR) && svn export $(IOTC_LIBFUZZER_URL) --force)
4343

4444
$(IOTC_LIBFUZZER): $(IOTC_LIBFUZZER_DOWNLOAD_DIR)
4545
(cd $(IOTC_LIBFUZZER_DOWNLOAD_DIR) && clang++ -c -g -O2 -lstdc++ -std=c++11 *.cpp -IFuzzer && ar ruv libFuzzer.a Fuzzer*.o)

0 commit comments

Comments
 (0)