# HG changeset patch # User adb014 # Date 1170189282 0 # Node ID 438a36a0f9193dff80c527d57407d829e2832771 # Parent 3ef415f79252b4c6b6670d0d11ab31d984960281 Silence the tar command that creates the bundle diff -r 3ef415f79252 -r 438a36a0f919 packages/Makefile --- a/packages/Makefile Tue Jan 30 20:33:41 2007 +0000 +++ b/packages/Makefile Tue Jan 30 20:34:42 2007 +0000 @@ -21,7 +21,7 @@ mkbundle: @d=`date +%Y%m%d`; \ - tar cvzf octave-forge-bundle-$$d.tar.gz $(PKGDIRS) + tar czf octave-forge-bundle-$$d.tar.gz $(PKGDIRS) # Do nothing for the package target package: