]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Use silent rules for first make invocation in build
authorDave Hart <hart@ntp.org>
Thu, 6 Jan 2011 04:37:31 +0000 (04:37 +0000)
committerDave Hart <hart@ntp.org>
Thu, 6 Jan 2011 04:37:31 +0000 (04:37 +0000)
bk: 4d25470bco_BsLj1WT6OQgFo9daRBA

ChangeLog
build

index e56e8999858d1d603b789950c3c5a37b445b7188..6987a0823ec11180979b683a663972a95931b1a3 100644 (file)
--- 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 <stenn@ntp.org>
 * [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 18e223c7adf206ab2d04f5b31b07c21e033c4717..7e438d54214ce022c3b78cdf5562411054117f32 100755 (executable)
--- 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