From: Nathan Cutler Date: Sat, 7 Jul 2018 08:27:07 +0000 (+0200) Subject: cleanup: run-make-check.sh: no space between -D and name of cmake option X-Git-Tag: v14.0.1~911^2~2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=b79b463f907d5b64d56e93559f77dc10da83a047;p=ceph-ci.git cleanup: run-make-check.sh: no space between -D and name of cmake option Signed-off-by: Nathan Cutler --- 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