mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Added exit when configure fails
This commit is contained in:
parent
a4c520774e
commit
1566f1b5b8
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ autoconf
|
|||
export CFLAGS='-O2 -Wall -W -pipe -g'
|
||||
echo "CFLAGS=$CFLAGS"
|
||||
echo "./configure $@"
|
||||
./configure $@
|
||||
./configure $@ || exit 1
|
||||
unset CFLAGS
|
||||
if [ -z "$CVSCOMPILE_NO_MAKE" ]; then
|
||||
make
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue