summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-05-12 09:54:29 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-05-12 09:54:29 (GMT)
commitffabd4408404d70b501f63ab6932e47ca1d6e8c4 (patch)
treeaf9b1a5beee4f0f82464fffa55ad3e95b4597106 /Makefile
parent31cde5214421cdb35a72f1e15b26ed570b0ea7bc (diff)
New make target to save the configured nad built!) toolchain.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index da7ae78..2d0c47b 100644
--- a/Makefile
+++ b/Makefile
@@ -25,6 +25,7 @@ include $(CT_TOP_DIR)/samples/Makefile
help::
@echo 'Build targets:'
@echo '* build - Build the toolchain'
+ @echo ' tarball - Build a tarball of the configured toolchain'
@echo ' clean - Remove generated files'
@echo ' distclean - Remove generated files, configuration and build directories'
@@ -42,6 +43,10 @@ help::
build: .config
@$(CT_TOP_DIR)/scripts/crosstool.sh
+.PHONY: tarball
+tarball:
+ @$(CT_TOP_DIR)/scripts/tarball.sh
+
.PHONY: distclean
distclean:: clean
@rm -f .config* ..config.tmp