From ffabd4408404d70b501f63ab6932e47ca1d6e8c4 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Sat, 12 May 2007 09:54:29 +0000 Subject: New make target to save the configured nad built!) toolchain. --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index da7ae783..2d0c47b3 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 -- cgit v1.2.3