aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
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)