From: Ron Koenderink Date: Thu, 13 Dec 2007 13:41:09 +0000 (+0000) Subject: Add -k option to the make so more than one error can be found. X-Git-Tag: v4.3.11~36 X-Git-Url: http://git.pond.sub.org/?p=empserver;a=commitdiff_plain;h=799ca210ff0cf18b6365176cb5ce5c18e7abad14 Add -k option to the make so more than one error can be found. --- diff --git a/src/scripts/nightly/nightlybuild.sh b/src/scripts/nightly/nightlybuild.sh index ab7f1132a..1adc8d7f0 100755 --- a/src/scripts/nightly/nightlybuild.sh +++ b/src/scripts/nightly/nightlybuild.sh @@ -177,7 +177,7 @@ in # Start the build echo "Building server" -if make install >/dev/null +if make -k install >/dev/null then warn "make did not return 0" fi