Makefile
changeset 136 22b5ef41df97
parent 135 b2695c2f1919
child 147 39e4ef7d6d8d
     1.1 --- a/Makefile	Fri May 25 19:30:42 2007 +0000
     1.2 +++ b/Makefile	Sun May 27 20:22:06 2007 +0000
     1.3 @@ -31,10 +31,15 @@
     1.4  	@echo  '  distclean      - Remove generated files, configuration and build directories'
     1.5  
     1.6  include $(CT_TOP_DIR)/tools/Makefile
     1.7 +include $(CT_TOP_DIR)/Makefile.steps
     1.8  
     1.9  help::
    1.10  	@echo  'Distribution targets:'
    1.11  	@echo  '  tarball        - Build a tarball of the configured toolchain'
    1.12 +	@echo  ''
    1.13 +	@echo  'Environement variables:'
    1.14 +	@echo  '  STOP           - Stop the build just after this step'
    1.15 +	@echo  '  RESTART        - Restart the build just before this step'
    1.16  	@echo
    1.17  	@echo  'Environement variables:'
    1.18  	@echo  '  STOP           - Stop the build just after this step'
    1.19 @@ -56,4 +61,5 @@
    1.20  .PHONY: distclean
    1.21  distclean:: clean
    1.22  	@rm -f .config* ..config.tmp
    1.23 +	@rm -f log.*
    1.24  	@rm -rf "$(CT_TOP_DIR)/targets"