aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZyX <kp-pav@yandex.ru>2017-05-02 18:33:41 +0300
committerZyX <kp-pav@yandex.ru>2017-05-02 18:40:51 +0300
commit0c6e0460b6f15dce8dd5f517712093d843d76058 (patch)
treeab49242b3713b97132c8f0563543822f01a4aab5
parent3638d28f68969c81242b8d7345f1d0348fce497d (diff)
downloadrneovim-0c6e0460b6f15dce8dd5f517712093d843d76058.tar.gz
rneovim-0c6e0460b6f15dce8dd5f517712093d843d76058.tar.bz2
rneovim-0c6e0460b6f15dce8dd5f517712093d843d76058.zip
pvscheck: When using --recheck rerun build
[ci skip]
-rwxr-xr-xscripts/pvscheck.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/pvscheck.sh b/scripts/pvscheck.sh
index da55965d36..67834cca8a 100755
--- a/scripts/pvscheck.sh
+++ b/scripts/pvscheck.sh
@@ -262,7 +262,7 @@ create_compile_commands() {(
export CFLAGS=' -O0 '
if test -z "$deps" ; then
- mkdir "$tgt/build"
+ mkdir -p "$tgt/build"
cd "$tgt/build"
cmake .. -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX="$PWD/root"
@@ -347,6 +347,8 @@ do_recheck() {
adjust_path "$tgt"
+ create_compile_commands "$tgt" "$deps"
+
run_analysis "$tgt"
}