From: Michael Roth Date: Wed, 23 Sep 2009 10:04:00 +0000 (+0200) Subject: Makefile: Remove ancient 'sourceball' target X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=18994732d3593a884260d943be3321b9dd4232a3;p=buildroot.git Makefile: Remove ancient 'sourceball' target Signed-off-by: Michael Roth Signed-off-by: Peter Korsgaard --- diff --git a/Makefile b/Makefile index 192fdf2212..3895473a91 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