From: xie xingguo Date: Thu, 8 Sep 2016 06:10:10 +0000 (+0800) Subject: build: drop dryrun of autogen.sh from run-cmake-check.sh script X-Git-Tag: v11.0.1~294^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=a776f5a68c6ea44055748c691c69a18b06dfbd6d;p=ceph.git build: drop dryrun of autogen.sh from run-cmake-check.sh script Introduced by https://github.com/ceph/ceph/pull/11007. Signed-off-by: xie xingguo --- diff --git a/run-cmake-check.sh b/run-cmake-check.sh index 602573100324..8f95eacd68cf 100755 --- a/run-cmake-check.sh +++ b/run-cmake-check.sh @@ -47,7 +47,6 @@ function run() { if test -f ./install-deps.sh ; then $DRY_RUN ./install-deps.sh || return 1 fi - $DRY_RUN ./autogen.sh || return 1 $DRY_RUN mkdir build $DRY_RUN cd build $DRY_RUN cmake "$@" ../