diff options
author | Jeff Johnson <jbj@redhat.com> | 1998-07-01 13:47:28 +0000 |
---|---|---|
committer | Jeff Johnson <jbj@redhat.com> | 1998-07-01 13:47:28 +0000 |
commit | 06d2b6f96f1f8e230e86c169a58005a1bf99de1c (patch) | |
tree | c56b97e5a2424222f7e05232e85bd5a0c48c6d6d | |
parent | 6e5acca452f92afd6f7384d6a2dcc1c178866c2c (diff) | |
download | initscripts-06d2b6f96f1f8e230e86c169a58005a1bf99de1c.tar initscripts-06d2b6f96f1f8e230e86c169a58005a1bf99de1c.tar.gz initscripts-06d2b6f96f1f8e230e86c169a58005a1bf99de1c.tar.bz2 initscripts-06d2b6f96f1f8e230e86c169a58005a1bf99de1c.tar.xz initscripts-06d2b6f96f1f8e230e86c169a58005a1bf99de1c.zip |
More cvs workarounds.
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |