A little eye conady in the Makefile.
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Wed May 23 21:39:18 2007 +0000 (2007-05-23)
changeset 129ebdfd61687fb
parent 128 44e133d0cddb
child 130 9d98c59aa1c3
A little eye conady in the Makefile.
Makefile
     1.1 --- a/Makefile	Wed May 23 21:08:24 2007 +0000
     1.2 +++ b/Makefile	Wed May 23 21:39:18 2007 +0000
     1.3 @@ -26,13 +26,15 @@
     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  include $(CT_TOP_DIR)/tools/Makefile
    1.12  
    1.13  help::
    1.14 +	@echo  'Distribution targets:'
    1.15 +	@echo  '  tarball        - Build a tarball of the configured toolchain'
    1.16 +	@echo
    1.17  	@echo  'Execute "make" or "make all" to build all targets marked with [*]'
    1.18  	@echo  'Pass RESTART=<step> to restart a previously saved step (read doc first!)'
    1.19