mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-10 04:25:41 +01:00
Added exit for configure and test for CVSCOMPILE_NO_MAKE
This commit is contained in:
parent
c81835c7aa
commit
d18a6453b2
1 changed files with 4 additions and 2 deletions
|
@ -6,6 +6,8 @@ autoconf
|
|||
export CFLAGS='-O2 -Wall -pipe -g'
|
||||
echo "CFLAGS=$CFLAGS"
|
||||
echo "./configure $@"
|
||||
./configure $@
|
||||
./configure $@ || exit 1
|
||||
unset CFLAGS
|
||||
make
|
||||
if [ -z "$CVSCOMPILE_NO_MAKE" ]; then
|
||||
make
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue