Update of /cvsroot/alsa/alsa-tools In directory sc8-pr-cvs1:/tmp/cvs-serv31873
Modified Files: Makefile Log Message: Small fix for tar which does not know the 'j' option Index: Makefile =================================================================== RCS file: /cvsroot/alsa/alsa-tools/Makefile,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- Makefile 28 Jul 2003 11:32:32 -0000 1.23 +++ Makefile 28 Jul 2003 12:33:31 -0000 1.24 @@ -11,7 +11,7 @@ @mkdir -p $(TOP)/distdir @for i in $(SUBDIRS); do cd $(TOP)/$$i; ./cvscompile; cd ..; make -C $$i alsa-dist; done @mv distdir alsa-tools-$(VERSION) - @tar cjf alsa-tools-$(VERSION).tar.bz2 alsa-tools-$(VERSION) + @tar --create --verbose --file=- alsa-tools-$(VERSION) | bzip2 -c -9 > alsa-tools-$(VERSION).tar.bz2 @mv alsa-tools-$(VERSION) distdir clean: ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 _______________________________________________ Alsa-cvslog mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-cvslog