mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2026-02-20 01:40:08 -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 $@"
|
echo "./configure $@"
|
||||||
./configure $@
|
./configure $@
|
||||||
unset CFLAGS
|
unset CFLAGS
|
||||||
make
|
if [ -z "$CVSCOMPILE_NO_MAKE" ]; then
|
||||||
|
make
|
||||||
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue