From fcb4fa1ae722a08291d735b1d0b42d63dc1a6b58 Mon Sep 17 00:00:00 2001 From: "Michael K. Johnson" Date: Mon, 8 Dec 1997 21:30:02 +0000 Subject: Allow creating new archives without creating a new tag if necessary. --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index de666508..e73c0515 100644 --- a/Makefile +++ b/Makefile @@ -22,8 +22,10 @@ install: chown root.root /var/run/netreport chmod og=rwx,o=rx /var/run/netreport -archive: +tag-archive: @cvs tag -F $(CVSTAG) + +create-archive: tag-archive @rm -rf /tmp/initscripts-$(VERSION) @mkdir /tmp/initscripts-$(VERSION) @cvs export -r$(CVSTAG) -d /tmp/initscripts-$(VERSION) initscripts @@ -33,3 +35,5 @@ archive: @rm -f /tmp/initscripts-$(VERSION).tar.gz @echo " " @echo "The final archive is ./initscripts-$(VERSION).tar.gz." + +archive: tag-archive create-archive -- cgit