From 06d2b6f96f1f8e230e86c169a58005a1bf99de1c Mon Sep 17 00:00:00 2001 From: Jeff Johnson Date: Wed, 1 Jul 1998 13:47:28 +0000 Subject: More cvs workarounds. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6f98e5ac..b4bc47d2 100644 --- a/Makefile +++ b/Makefile @@ -25,11 +25,11 @@ install: chmod og=rwx,o=rx /var/run/netreport tag-archive: - @cvs tag -F $(CVSTAG) + @cvs -Q tag -F $(CVSTAG) create-archive: tag-archive @rm -rf /tmp/initscripts - @cd /tmp; cvs -d $(CVSROOT) export -r$(CVSTAG) initscripts || : + @cd /tmp; cvs -Q -d $(CVSROOT) export -r$(CVSTAG) initscripts || echo GRRRrrrrr -- ignore [export aborted] @mv /tmp/initscripts /tmp/initscripts-$(VERSION) @cd /tmp; tar czSpf initscripts-$(VERSION).tar.gz initscripts-$(VERSION) @rm -rf /tmp/initscripts-$(VERSION) -- cgit