summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichael Roth <mroth@nessie.de>2009-09-23 12:04:00 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2009-09-23 12:09:08 +0200
commit18994732d3593a884260d943be3321b9dd4232a3 (patch)
tree7c7d573fe4ac2dd675b806008a98bb68dec30393 /Makefile
parent3ab4b632a068728516bea29831f7b24b73faa5a1 (diff)
Makefile: Remove ancient 'sourceball' target
Signed-off-by: Michael Roth <mroth@nessie.de> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 0 insertions, 9 deletions
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