Quiet "make archive: output.
authorjbj <devnull@localhost>
Thu, 22 Oct 1998 19:41:24 +0000 (19:41 +0000)
committerjbj <devnull@localhost>
Thu, 22 Oct 1998 19:41:24 +0000 (19:41 +0000)
CVS patchset: 2494
CVS date: 1998/10/22 19:41:24

popt/Makefile.am

index 75f1520..e4fed1f 100644 (file)
@@ -22,14 +22,14 @@ 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."