jjb: scan-build: Make sure the include dir exists
authorMichael Jeanson <mjeanson@efficios.com>
Mon, 29 Jun 2020 14:37:33 +0000 (10:37 -0400)
committerMichael Jeanson <mjeanson@efficios.com>
Tue, 30 Jun 2020 15:07:21 +0000 (11:07 -0400)
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
scripts/common/scan-build.sh

index 3782f4f32034c8118dd12e50b7999c31ebeef57a..7a703e1cf52de529402cd00e8e7e4b11480adf40 100755 (executable)
@@ -45,6 +45,10 @@ mkdir -p "$TMPDIR"
 
 export TMPDIR
 
+# Builds configured with '-Werror=missing-include-dirs' if this directory
+# doesn't exist
+mkdir -p "$DEPS_INC"
+
 # temp directory to store the scan-build report
 SCAN_BUILD_TMPDIR=$(mktemp -d)
 
This page took 0.023639 seconds and 4 git commands to generate.