From 799ca210ff0cf18b6365176cb5ce5c18e7abad14 Mon Sep 17 00:00:00 2001 From: Ron Koenderink Date: Thu, 13 Dec 2007 13:41:09 +0000 Subject: [PATCH] Add -k option to the make so more than one error can be found. --- src/scripts/nightly/nightlybuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.0