From 76d46b5b422d162eb96f43e42273f5ddf914863b Mon Sep 17 00:00:00 2001 From: paul Date: Thu, 26 Aug 2004 10:24:25 +0000 Subject: [PATCH] Backout the CVSTAG variable, it could potentially be dangerous if you track multiple releases in different trees. Leave the CVSOPTIONS variable there since it could be useful. --- Makefile.inc1 | 3 --- 1 file changed, 3 deletions(-) diff --git a/Makefile.inc1 b/Makefile.inc1 index 7b564b2fc413..6872b06721fc 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -84,9 +84,6 @@ CLEANDIR= cleandir CVS?= cvs CVSFLAGS?= -A -P -d -.if defined(CVSTAG) -CVSFLAGS+= -r ${CVSTAG} -.endif SUP?= /usr/local/bin/cvsup SUPFLAGS?= -g -L 2 -P - .if defined(SUPHOST)