From 3afd57b55d7ccd182e9752f5b25d74429eb2676a Mon Sep 17 00:00:00 2001 From: Paul Nasrat Date: Fri, 16 Feb 2007 17:38:43 +0000 Subject: [PATCH] Remove cvs based archive target --- popt/Makefile.am | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/popt/Makefile.am b/popt/Makefile.am index 59414db..a8d1a82 100644 --- a/popt/Makefile.am +++ b/popt/Makefile.am @@ -58,23 +58,6 @@ lint: CVSTAG = $(PACKAGE)-$(subst .,_,$(VERSION)) -.PHONY: archive -archive: - @echo "This is $(PACKAGE)-$(VERSION)." - @sleep 5 - @cvs -Q tag -F $(CVSTAG) . - @rm -rf /tmp/$(PACKAGE)-$(VERSION) /tmp/$(PACKAGE) - @cd /tmp; cvs -Q -d $(CVSROOT) export -r$(CVSTAG) $(PACKAGE) || : - @mv /tmp/$(PACKAGE) /tmp/$(PACKAGE)-$(VERSION) - @cd /tmp/$(PACKAGE)-$(VERSION); ./autogen.sh ; make depend; make distclean - @cd /tmp/$(PACKAGE)-$(VERSION); ./autogen.sh --noconfigure - @cd /tmp; tar czSpf $(PACKAGE)-$(VERSION).tar.gz $(PACKAGE)-$(VERSION) - @rm -rf /tmp/$(PACKAGE)-$(VERSION) - @cp /tmp/$(PACKAGE)-$(VERSION).tar.gz . - @rm -f /tmp/$(PACKAGE)-$(VERSION).tar.gz - @echo " " - @echo "The final archive is ./$(PACKAGE)-$(VERSION).tar.gz." - .PHONY: doxygen doxygen: Doxyfile rm -rf doxygen -- 2.7.4