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

index 9e191d82a6039256228cb1f413ab43b49942c3ea..72b2250c2a1b8d2414156c9a579ff02f1b416953 100644 (file)
@@ -7,6 +7,8 @@ autoconf
 export CFLAGS='-O2 -Wall -W -pipe -g'
 echo "CFLAGS=$CFLAGS"
 echo "./configure $@"
-./configure $@
+./configure $@ || exit 1
 unset CFLAGS
-make
+if [ -z "$CVSCOMPILE_NO_MAKE" ]; then
+  make
+fi