diff -r ac2845835b13 -r adb773fccc6b Makefile --- a/Makefile Thu May 10 21:33:35 2007 +0000 +++ b/Makefile Sat May 12 09:54:29 2007 +0000 @@ -25,6 +25,7 @@ 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 @@ 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