summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjbj <devnull@localhost>1998-07-01 19:17:51 +0000
committerjbj <devnull@localhost>1998-07-01 19:17:51 +0000
commit29ce440d2024be3a4524a8beba514e5c2684c6e3 (patch)
treeca15f096f51c58eea13f0271d0314330ffb04a6b
parent301d338bc0595b8b949fec9a1b282e01c013c04e (diff)
downloadlibrpm-tizen-29ce440d2024be3a4524a8beba514e5c2684c6e3.tar.gz
librpm-tizen-29ce440d2024be3a4524a8beba514e5c2684c6e3.tar.bz2
librpm-tizen-29ce440d2024be3a4524a8beba514e5c2684c6e3.zip
CVS fiddles.
CVS patchset: 2164 CVS date: 1998/07/01 19:17:51
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 8b19755bb..c06462a0d 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -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