summaryrefslogtreecommitdiffstats
path: root/run-make-check.sh
diff options
context:
space:
mode:
authorNathan Cutler <ncutler@suse.com>2018-07-07 10:27:07 +0200
committerNathan Cutler <ncutler@suse.com>2018-07-09 14:29:04 +0200
commitb79b463f907d5b64d56e93559f77dc10da83a047 (patch)
tree85c90dd7c8920c5241a7fc2b6ee1320f91611bda /run-make-check.sh
parentrun-make-check.sh: gtest-parallel only with Python 2 (diff)
downloadceph-b79b463f907d5b64d56e93559f77dc10da83a047.tar.xz
ceph-b79b463f907d5b64d56e93559f77dc10da83a047.zip
cleanup: run-make-check.sh: no space between -D and name of cmake option
Signed-off-by: Nathan Cutler <ncutler@suse.com>
Diffstat (limited to 'run-make-check.sh')
-rwxr-xr-xrun-make-check.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/run-make-check.sh b/run-make-check.sh
index 5387403d54e..d72bf5cfdcb 100755
--- a/run-make-check.sh
+++ b/run-make-check.sh
@@ -108,7 +108,7 @@ and production use.
EOM
save_ccache_conf
# remove the entropy generated by the date/time embedded in the build
- CMAKE_BUILD_OPTS="$CMAKE_BUILD_OPTS -D ENABLE_GIT_VERSION=OFF"
+ CMAKE_BUILD_OPTS="$CMAKE_BUILD_OPTS -DENABLE_GIT_VERSION=OFF"
export SOURCE_DATE_EPOCH="946684800"
ccache -o sloppiness=time_macros
ccache -o run_second_cpp=true