Skip to content

Commit e47e29b

Browse files
committed
Ensure temporary directory exists
1 parent a0272ea commit e47e29b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/make/lib/lint/c/cppcheck.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ endif
7878
# @private
7979
#/
8080
$(cppcheck_include_paths):
81+
$(QUIET) $(MKDIR_RECURSIVE) $(TMP_DIR)
8182
$(QUIET) $(MAKE) -f $(this_file) list-pkgs-includes > $(cppcheck_include_paths)
8283

8384
#/

0 commit comments

Comments
 (0)