]> git.alsa-project.org Git - alsa-utils.git/commitdiff
Added exit for configure and test for CVSCOMPILE_NO_MAKE
authorJaroslav Kysela <perex@perex.cz>
Mon, 26 Nov 2001 18:24:41 +0000 (18:24 +0000)
committerJaroslav Kysela <perex@perex.cz>
Mon, 26 Nov 2001 18:24:41 +0000 (18:24 +0000)
cvscompile

index 4a09e51fe220cb68f2abae9d87409f3ec6e20224..7a0abb9d00c3834a1af27a0202702ec35dfd6ac2 100644 (file)
@@ -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