From: Jaroslav Kysela Date: Mon, 26 Nov 2001 18:19:44 +0000 (+0000) Subject: Added test of CVSCOMPILE_NO_MAKE X-Git-Tag: v1.0.3~563 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=a4c520774eaedf0cf2ccf7b021aab72e3c1d81f6;p=alsa-lib.git Added test of CVSCOMPILE_NO_MAKE --- diff --git a/cvscompile b/cvscompile index 46f36f83..62995d56 100644 --- a/cvscompile +++ b/cvscompile @@ -10,4 +10,6 @@ echo "CFLAGS=$CFLAGS" echo "./configure $@" ./configure $@ unset CFLAGS -make +if [ -z "$CVSCOMPILE_NO_MAKE" ]; then + make +fi