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

Commit 641f33b

Browse files
committed
mk clangtools dir
1 parent 9cc053f commit 641f33b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ IOTC_LIBFUZZER_DOWNLOAD_DIR := $(IOTC_CLANG_TOOLS_DIR)/fuzzer
3838
IOTC_LIBFUZZER := $(IOTC_LIBFUZZER_DOWNLOAD_DIR)/libFuzzer.a
3939

4040
$(IOTC_LIBFUZZER_DOWNLOAD_DIR):
41+
@-mkdir -p $(IOTC_LIBFUZZER_DOWNLOAD_DIR)
4142
(cd $(IOTC_CLANG_TOOLS_DIR) && svn export $(IOTC_LIBFUZZER_URL))
4243

4344
$(IOTC_LIBFUZZER): $(IOTC_LIBFUZZER_DOWNLOAD_DIR)

0 commit comments

Comments
 (0)