From: Jaroslav Kysela Date: Mon, 26 Nov 2001 18:25:11 +0000 (+0000) Subject: Added exit for configure and test for CVSCOMPILE_NO_MAKE X-Git-Tag: v1.0.3~67 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=6141fc5dd97bd56581da9ccbb75317b0194ba1da;p=alsa-oss.git Added exit for configure and test for CVSCOMPILE_NO_MAKE --- diff --git a/cvscompile b/cvscompile index 9e191d8..72b2250 100644 --- a/cvscompile +++ b/cvscompile @@ -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