CVS fiddles.

CVS patchset: 2164
CVS date: 1998/07/01 19:17:51
This commit is contained in:
jbj 1998-07-01 19:17:51 +00:00
parent 301d338bc0
commit 29ce440d20
1 changed files with 2 additions and 2 deletions

View File

@ -191,9 +191,9 @@ archive:
@echo
@echo "This is version $(VERSION)."
@sleep 5
cvs tag -F $(CVSTAG) .
@cvs -Q tag -F $(CVSTAG) .
@rm -rf /tmp/rpm-$(VERSION) /tmp/rpm
@cd /tmp; cvs export -r$(CVSTAG) rpm
@cd /tmp; cvs -Q -d $(CVSROOT) export -r$(CVSTAG) rpm || echo GRRRrrrrr -- ignore [export aborted]
@mv /tmp/rpm /tmp/rpm-$(VERSION)
@rm /tmp/rpm-$(VERSION)/popt/popt.spec
@cd /tmp/rpm-$(VERSION); ./autogen.sh ; make depend; make distclean