X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=debian%2Frules;h=ab0d36e1f794e989476dd98bdd132321cb26916a;hb=6e957d1ec6d7ea26e7e051cc3186df1a56b3c6c2;hp=dce9dc675154abc8388d084a1d3b5ccdac5a7f79;hpb=5557ff87aa79c7728501254481d4e5187dae32e3;p=fs%2Flustre-release.git diff --git a/debian/rules b/debian/rules index dce9dc6..ab0d36e 100755 --- a/debian/rules +++ b/debian/rules @@ -199,8 +199,6 @@ configure-stamp: autogen-stamp debian/control.main debian/control.modules.in elif echo "$${DEB_BUILD_PROFILES}" | grep -qw "nocrypto"; then \ export EXTRAFLAGS="$${EXTRAFLAGS} --disable-crypto"; \ fi; \ - # remove env variables from config cache built by initial configure, - # and create dedicated cache in temporary build directory if [ -f "$${CONFIG_CACHE_FILE}" ]; then \ export TMP_CACHE_FILE=$$(mktemp); \ sed -e "/ac_cv_env/d" \ @@ -497,8 +495,6 @@ kdist_config: prep-deb-files patch-stamp elif echo "$${DEB_BUILD_PROFILES}" | grep -qw "nocrypto"; then \ export EXTRAFLAGS="$${EXTRAFLAGS} --disable-crypto"; \ fi; \ - # remove env variables from config cache built by initial configure, - # and create dedicated cache in temporary build directory if [ -f "$${CONFIG_CACHE_FILE}" ]; then \ export TMP_CACHE_FILE=$$(mktemp --tmpdir newconfig-XXXXXXXX.cache); \ sed -e "/ac_cv_env/d" \