Makefile
changeset 87 adb773fccc6b
parent 85 ac2845835b13
child 88 f67b52e42fd1
     1.1 --- a/Makefile	Thu May 10 21:33:35 2007 +0000
     1.2 +++ b/Makefile	Sat May 12 09:54:29 2007 +0000
     1.3 @@ -25,6 +25,7 @@
     1.4  help::
     1.5  	@echo  'Build targets:'
     1.6  	@echo  '* build          - Build the toolchain'
     1.7 +	@echo  '  tarball        - Build a tarball of the configured toolchain'
     1.8  	@echo  '  clean          - Remove generated files'
     1.9  	@echo  '  distclean      - Remove generated files, configuration and build directories'
    1.10  
    1.11 @@ -42,6 +43,10 @@
    1.12  build: .config
    1.13  	@$(CT_TOP_DIR)/scripts/crosstool.sh
    1.14  
    1.15 +.PHONY: tarball
    1.16 +tarball:
    1.17 +	@$(CT_TOP_DIR)/scripts/tarball.sh
    1.18 +
    1.19  .PHONY: distclean
    1.20  distclean:: clean
    1.21  	@rm -f .config* ..config.tmp