Makefile
changeset 135 b2695c2f1919
parent 129 ebdfd61687fb
child 136 22b5ef41df97
     1.1 --- a/Makefile	Wed May 23 21:39:18 2007 +0000
     1.2 +++ b/Makefile	Fri May 25 19:30:42 2007 +0000
     1.3 @@ -9,6 +9,7 @@
     1.4  # This is crosstool-ng version string
     1.5  export CT_VERSION=$(shell cat $(CT_TOP_DIR)/version)
     1.6  
     1.7 +export CT_STOP=$(STOP)
     1.8  export CT_RESTART=$(RESTART)
     1.9  
    1.10  .PHONY: all
    1.11 @@ -35,8 +36,11 @@
    1.12  	@echo  'Distribution targets:'
    1.13  	@echo  '  tarball        - Build a tarball of the configured toolchain'
    1.14  	@echo
    1.15 +	@echo  'Environement variables:'
    1.16 +	@echo  '  STOP           - Stop the build just after this step'
    1.17 +	@echo  '  RESTART        - Restart the build just before this step'
    1.18 +	@echo
    1.19  	@echo  'Execute "make" or "make all" to build all targets marked with [*]'
    1.20 -	@echo  'Pass RESTART=<step> to restart a previously saved step (read doc first!)'
    1.21  
    1.22  .config: $(CONFIG_FILES) $(CT_TOP_DIR)/config/debug.in
    1.23  	@make oldconfig