aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Johnson <jbj@redhat.com>1998-07-01 13:47:28 +0000
committerJeff Johnson <jbj@redhat.com>1998-07-01 13:47:28 +0000
commit06d2b6f96f1f8e230e86c169a58005a1bf99de1c (patch)
treec56b97e5a2424222f7e05232e85bd5a0c48c6d6d
parent6e5acca452f92afd6f7384d6a2dcc1c178866c2c (diff)
downloadinitscripts-06d2b6f96f1f8e230e86c169a58005a1bf99de1c.tar
initscripts-06d2b6f96f1f8e230e86c169a58005a1bf99de1c.tar.gz
initscripts-06d2b6f96f1f8e230e86c169a58005a1bf99de1c.tar.bz2
initscripts-06d2b6f96f1f8e230e86c169a58005a1bf99de1c.tar.xz
initscripts-06d2b6f96f1f8e230e86c169a58005a1bf99de1c.zip
More cvs workarounds.
-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)