[Buildroot] [git commit master] Makefile: Remove ancient 'sourceball' target
Peter Korsgaard
jacmet at sunsite.dk
Wed Sep 23 10:09:08 UTC 2009
commit: http://git.buildroot.net/buildroot/commit/?id=18994732d3593a884260d943be3321b9dd4232a3
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master
Signed-off-by: Michael Roth <mroth at nessie.de>
Signed-off-by: Peter Korsgaard <jacmet at sunsite.dk>
---
Makefile | 9 ---------
1 files changed, 0 insertions(+), 9 deletions(-)
diff --git a/Makefile b/Makefile
index 192fdf2..3895473 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