]> git.pond.sub.org Git - empserver/commitdiff
Add -k option to the make so more than one error can be found.
authorRon Koenderink <rkoenderink@yahoo.ca>
Thu, 13 Dec 2007 13:41:09 +0000 (13:41 +0000)
committerRon Koenderink <rkoenderink@yahoo.ca>
Thu, 13 Dec 2007 13:41:09 +0000 (13:41 +0000)
src/scripts/nightly/nightlybuild.sh

index ab7f1132a18679769eba919eaa6c90f5e3b7ebe0..1adc8d7f0a5348b4b23f10d3ff14386c9bb9422e 100755 (executable)
@@ -177,7 +177,7 @@ in
 
 # Start the build
 echo "Building server"
 
 # 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
 then
        warn "make did not return 0"
 fi