projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ab4b63
)
Makefile: Remove ancient 'sourceball' target
author
Michael Roth
<mroth@nessie.de>
Wed, 23 Sep 2009 10:04:00 +0000
(12:04 +0200)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Wed, 23 Sep 2009 10:09:08 +0000
(12:09 +0200)
Signed-off-by: Michael Roth <mroth@nessie.de>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 192fdf2212c3753cdc55a0e8e3946d2e71e67eba..3895473a91e4de4c5ab4734f87deba7dc8b3abf2 100644
(file)
--- 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