svn commit: branches/uClibc_0_9_28

vapier at uclibc.org vapier at uclibc.org
Sun Jan 28 05:38:01 UTC 2007


Author: vapier
Date: 2007-01-27 21:38:00 -0800 (Sat, 27 Jan 2007)
New Revision: 17574

Log:
use .bz2 rather than .gz

Modified:
   branches/uClibc_0_9_28/Makefile


Changeset:
Modified: branches/uClibc_0_9_28/Makefile
===================================================================
--- branches/uClibc_0_9_28/Makefile	2007-01-28 05:37:54 UTC (rev 17573)
+++ branches/uClibc_0_9_28/Makefile	2007-01-28 05:38:00 UTC (rev 17574)
@@ -368,10 +368,10 @@
 	$(MAKE) -C extra clean
 
 dist release:
-	$(RM) -r ../uClibc-$(VERSION) ../uClibc-$(VERSION).tar.gz
+	$(RM) -r ../uClibc-$(VERSION) ../uClibc-$(VERSION).tar.bz2
 	svn -q export . ../uClibc-$(VERSION)
-	tar czf ../uClibc-$(VERSION).tar.gz -C .. uClibc-$(VERSION)
-	du -b ../uClibc-$(VERSION).tar.gz
+	tar cjf ../uClibc-$(VERSION).tar.bz2 -C .. uClibc-$(VERSION)
+	du -b ../uClibc-$(VERSION).tar.bz2
 
 endif # ifeq ($(strip $(HAVE_DOT_CONFIG)),y)
 




More information about the uClibc-cvs mailing list