Add -k option to the make so more than one error can be found.
This commit is contained in:
parent
bcd7dac414
commit
799ca210ff
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue