From 29ce440d2024be3a4524a8beba514e5c2684c6e3 Mon Sep 17 00:00:00 2001 From: jbj Date: Wed, 1 Jul 1998 19:17:51 +0000 Subject: [PATCH] CVS fiddles. CVS patchset: 2164 CVS date: 1998/07/01 19:17:51 --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index 8b19755bb..c06462a0d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -191,9 +191,9 @@ archive: @echo @echo "This is version $(VERSION)." @sleep 5 - cvs tag -F $(CVSTAG) . + @cvs -Q tag -F $(CVSTAG) . @rm -rf /tmp/rpm-$(VERSION) /tmp/rpm - @cd /tmp; cvs export -r$(CVSTAG) rpm + @cd /tmp; cvs -Q -d $(CVSROOT) export -r$(CVSTAG) rpm || echo GRRRrrrrr -- ignore [export aborted] @mv /tmp/rpm /tmp/rpm-$(VERSION) @rm /tmp/rpm-$(VERSION)/popt/popt.spec @cd /tmp/rpm-$(VERSION); ./autogen.sh ; make depend; make distclean