From 18994732d3593a884260d943be3321b9dd4232a3 Mon Sep 17 00:00:00 2001 From: Michael Roth Date: Wed, 23 Sep 2009 12:04:00 +0200 Subject: Makefile: Remove ancient 'sourceball' target Signed-off-by: Michael Roth Signed-off-by: Peter Korsgaard --- Makefile | 9 --------- 1 file changed, 9 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 192fdf221..3895473a9 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 -- cgit v1.2.3