Added test of CVSCOMPILE_NO_MAKE

This commit is contained in:
Jaroslav Kysela 2001-11-26 18:19:44 +00:00
parent bb749766d4
commit a4c520774e

View file

@ -10,4 +10,6 @@ echo "CFLAGS=$CFLAGS"
echo "./configure $@"
./configure $@
unset CFLAGS
make
if [ -z "$CVSCOMPILE_NO_MAKE" ]; then
make
fi