From a4c520774eaedf0cf2ccf7b021aab72e3c1d81f6 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Mon, 26 Nov 2001 18:19:44 +0000 Subject: [PATCH] Added test of CVSCOMPILE_NO_MAKE --- cvscompile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.47.3