mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-12-14 08:56:35 -05:00
Added test of CVSCOMPILE_NO_MAKE
This commit is contained in:
parent
bb749766d4
commit
a4c520774e
1 changed files with 3 additions and 1 deletions
|
|
@ -10,4 +10,6 @@ echo "CFLAGS=$CFLAGS"
|
|||
echo "./configure $@"
|
||||
./configure $@
|
||||
unset CFLAGS
|
||||
make
|
||||
if [ -z "$CVSCOMPILE_NO_MAKE" ]; then
|
||||
make
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue