From: Harlan Stenn Date: Mon, 15 Dec 2014 13:12:45 +0000 (+0000) Subject: Use finer-grained config.cache files for our configure runs X-Git-Tag: NTP_4_2_8~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=526ae8e324bcf58156eeffe1239e8b5991b8e5cb;p=thirdparty%2Fntp.git Use finer-grained config.cache files for our configure runs bk: 548ede4d72jDMhr8obPcKpojU7k_1g --- diff --git a/build b/build index 75f20a2c3..bfe627708 100755 --- a/build +++ b/build @@ -117,7 +117,7 @@ case "$CC" in ;; esac -BDIR="$BASEDIR$KEYSUF$CCSUF" + BDIR="$BASEDIR$KEYSUF$CCSUF" [ -d "$BDIR" ] || mkdir $BDIR [ -f "$BDIR/.buildcvo" ] || echo $CVO > $BDIR/.buildcvo @@ -162,7 +162,7 @@ if [ -z "$TEST" ] ; then fi fi -CONFIGURE="../configure --cache-file=../config.cache-$IAM$CCSUF $CONFIG_ARGS" +CONFIGURE="../configure --cache-file=../config.cache-$IAM$KEYSUF$CCSUF $CONFIG_ARGS" ( # This sequence of commands is logged to make.log. # If config.status is newer than ../configure, and the same