Fix the syntax issue

This commit is contained in:
Sylvestre Ledru 2014-07-14 13:23:54 +00:00
parent 8228f6e7ab
commit 60b8df14c5

2
debian/rules vendored
View File

@ -85,7 +85,7 @@ ifneq (,$(filter scan-build,$(DEB_BUILD_OPTIONS)))
# The package are installed through the variable declarations: # The package are installed through the variable declarations:
# OTHERMIRROR="deb http://llvm.org/apt/unstable/ llvm-toolchain main" # OTHERMIRROR="deb http://llvm.org/apt/unstable/ llvm-toolchain main"
# EXTRAPACKAGES="clang-3.5" # EXTRAPACKAGES="clang-3.5"
PRE_PROCESS="scan-build -analyzer-config stable-report-filename=true" PRE_PROCESS=scan-build -analyzer-config stable-report-filename=true
PRE_PROCESS_CONF=scan-build PRE_PROCESS_CONF=scan-build
# no need to run tests in this case # no need to run tests in this case
DEB_BUILD_OPTIONS+=" nocheck" DEB_BUILD_OPTIONS+=" nocheck"