From a776f5a68c6ea44055748c691c69a18b06dfbd6d Mon Sep 17 00:00:00 2001 From: xie xingguo Date: Thu, 8 Sep 2016 14:10:10 +0800 Subject: [PATCH] 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 --- run-cmake-check.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/run-cmake-check.sh b/run-cmake-check.sh index 602573100324c..8f95eacd68cf1 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 "$@" ../