]> git.alsa-project.org Git - alsa-lib.git/commitdiff
Added test of CVSCOMPILE_NO_MAKE
authorJaroslav Kysela <perex@perex.cz>
Mon, 26 Nov 2001 18:19:44 +0000 (18:19 +0000)
committerJaroslav Kysela <perex@perex.cz>
Mon, 26 Nov 2001 18:19:44 +0000 (18:19 +0000)
cvscompile

index 46f36f83393d0f41530594daafd3d7df8a2c9a7a..62995d56c19d0f388f190a7e9d4610f2255254ab 100644 (file)
@@ -10,4 +10,6 @@ echo "CFLAGS=$CFLAGS"
 echo "./configure $@"
 ./configure $@
 unset CFLAGS
-make
+if [ -z "$CVSCOMPILE_NO_MAKE" ]; then
+  make
+fi