From: Harlan Stenn Date: Wed, 11 Aug 1999 21:20:20 +0000 (-0000) Subject: build, flock-build: X-Git-Tag: NTP_4_0_96_P1~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8e587ef3def4b4bd52dca2689e3fb6232d191a8;p=thirdparty%2Fntp.git build, flock-build: Do a "make check" also Build using both gcc and cc. flock-build: Never mind - we can't build with cc from the development tree; it has to be done from a distribution tree. bk: 37b1e914plE8_slv8-XNHObi4ly79g --- diff --git a/build b/build index c57bf12f10..e23865a3aa 100755 --- a/build +++ b/build @@ -57,9 +57,9 @@ cp /dev/null $LOGF [ -f config.status ] || ../configure $CONFIG_ARGS case "$MAKE" in - '') make + '') make && make check ;; - *) $MAKE + *) $MAKE && $MAKE check ;; esac ) >> $LOGF 2>&1