[Buildroot] [PATCH] Makefile: Remove ancient 'sourceball' target

Michael Roth mroth at nessie.de
Wed Sep 23 10:04:00 UTC 2009


Signed-off-by: Michael Roth <mroth at nessie.de>
---
 Makefile |    9 ---------
 1 files changed, 0 insertions(+), 9 deletions(-)

diff --git a/Makefile b/Makefile
index eff903e..2eca1fd 100644
--- a/Makefile
+++ b/Makefile
@@ -450,15 +450,6 @@ endif
 	.config.cmd
 	$(MAKE) -C $(CONFIG) clean
 
-sourceball:
-	rm -rf $(BUILD_DIR) $(BUILD_DIR) $(BINARIES_DIR)
-	set -e; \
-	cd ..; \
-	rm -f buildroot.tar.bz2; \
-	tar -cvf buildroot.tar buildroot; \
-	bzip2 -9 buildroot.tar; \
-
-
 else # ifeq ($(BR2_HAVE_DOT_CONFIG),y)
 
 all: menuconfig
-- 
1.6.3.3



More information about the buildroot mailing list