changeset 3001:438a36a0f919 octave-forge

Silence the tar command that creates the bundle
author adb014
date Tue, 30 Jan 2007 20:34:42 +0000
parents 3ef415f79252
children 0a4774bc49fd
files packages/Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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: