projects
/
lttng-ci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
942c304
)
jjb: scan-build: Make sure the include dir exists
author
Michael Jeanson
<mjeanson@efficios.com>
Mon, 29 Jun 2020 14:37:33 +0000
(10:37 -0400)
committer
Michael 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
patch
|
blob
|
blame
|
history
diff --git
a/scripts/common/scan-build.sh
b/scripts/common/scan-build.sh
index 3782f4f32034c8118dd12e50b7999c31ebeef57a..7a703e1cf52de529402cd00e8e7e4b11480adf40 100755
(executable)
--- a/
scripts/common/scan-build.sh
+++ b/
scripts/common/scan-build.sh
@@
-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.024068 seconds
and
4
git commands to generate.