diff options
author | jbj <devnull@localhost> | 1998-10-22 20:06:47 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 1998-10-22 20:06:47 +0000 |
commit | d1bd01611747c37170b1f0c278443fd3a5e3e892 (patch) | |
tree | ff7daaab0662bf430b9b9d369cb341a531c34834 /popt | |
parent | 19fbfec6ae76ef696b3839b8f8ba7f8d5d63ebca (diff) | |
download | librpm-tizen-d1bd01611747c37170b1f0c278443fd3a5e3e892.tar.gz librpm-tizen-d1bd01611747c37170b1f0c278443fd3a5e3e892.tar.bz2 librpm-tizen-d1bd01611747c37170b1f0c278443fd3a5e3e892.zip |
Sanity.
CVS patchset: 2495
CVS date: 1998/10/22 20:06:47
Diffstat (limited to 'popt')
-rw-r--r-- | popt/Makefile.in | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/popt/Makefile.in b/popt/Makefile.in index c3771e038..aaed1db86 100644 --- a/popt/Makefile.in +++ b/popt/Makefile.in @@ -444,15 +444,15 @@ 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 + @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." |