From: Dave Hart Date: Thu, 6 Jan 2011 04:37:31 +0000 (+0000) Subject: Use silent rules for first make invocation in build X-Git-Tag: NTP_4_2_7P112~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f664c207299c94c1a71dbf85a01b0c61dd1dc3b2;p=thirdparty%2Fntp.git Use silent rules for first make invocation in build bk: 4d25470bco_BsLj1WT6OQgFo9daRBA --- diff --git a/ChangeLog b/ChangeLog index e56e89998..6987a0823 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,6 @@ * [Bug 1773] openssl not detected during ./configure. * [Bug 1774] Segfaults if cryptostats enabled and built without OpenSSL. +* Use make V=0 in build script to increase signal/noise ratio. (4.2.7p111) 2011/01/05 Released by Harlan Stenn * [Bug 1772] refclock_open() return value check wrong for ACTS. * Default --with-openssl-libdir and --with-openssl-incdir to the values diff --git a/build b/build index 18e223c7a..7e438d542 100755 --- a/build +++ b/build @@ -171,7 +171,7 @@ CONFIGURE="../configure --cache-file=../config.cache-$IAM$CCSUF $CONFIG_ARGS" "$NICEB" -7 $CONFIGURE "$NICEB" -5 ./config.status && ( cd sntp && "$NICEB" -5 ./config.status ) && - "$NICEB" -14 ${MAKE-make} && + "$NICEB" -14 ${MAKE-make} V=0 && "$NICEB" -11 ${MAKE-make} check ) > $LOGF 2>&1