ct-ng.in
changeset 197 9383bf4a2e2e
parent 185 ade232db1313
child 214 b73a4d9a98ea
     1.1 --- a/ct-ng.in	Sun Jul 01 21:21:11 2007 +0000
     1.2 +++ b/ct-ng.in	Mon Jul 02 19:40:54 2007 +0000
     1.3 @@ -13,7 +13,7 @@
     1.4  export CT_LIB_DIR:=@@CT_LIBDIR@@
     1.5  export CT_DOC_DIR:=@@CT_DOCDIR@@
     1.6  
     1.7 -# This is crosstool-ng version string
     1.8 +# This is crosstool-NG version string
     1.9  export CT_VERSION=$(shell cat $(CT_LIB_DIR)/version)
    1.10  
    1.11  export CT_STOP=$(STOP)
    1.12 @@ -21,7 +21,7 @@
    1.13  
    1.14  .PHONY: $(PHONY)
    1.15  PHONY += all
    1.16 -all: build
    1.17 +all: help
    1.18  
    1.19  HOST_CC = gcc -funsigned-char
    1.20  
    1.21 @@ -29,23 +29,23 @@
    1.22  help:: help-head help-config help-samples help-build help-distrib help-env help-tail
    1.23  
    1.24  help-head::
    1.25 -	@echo  'Available make rules:'
    1.26 +	@echo  'Available actions:'
    1.27  
    1.28  help-config::
    1.29  	@echo
    1.30 -	@echo  'Configuration rules:'
    1.31 +	@echo  'Configuration actions:'
    1.32  
    1.33  help-samples::
    1.34  	@echo
    1.35 -	@echo  'Preconfigured rules:'
    1.36 +	@echo  'Preconfigured actions:'
    1.37  
    1.38  help-build::
    1.39  	@echo
    1.40 -	@echo  'Build rules:'
    1.41 +	@echo  'Build actions:'
    1.42  
    1.43  help-distrib::
    1.44  	@echo
    1.45 -	@echo  'Distribution rules:'
    1.46 +	@echo  'Distribution actions:'
    1.47  
    1.48  help-env::
    1.49  	@echo
    1.50 @@ -53,14 +53,14 @@
    1.51  
    1.52  help-tail::
    1.53  	@echo
    1.54 -	@echo  'Execute "$(CT_NG) config" or "$(CT_NG) menuconfig" to configure ct-ng'
    1.55 -	@echo  'Execute "$(CT_NG)" or "$(CT_NG) all" to build all targets marked with [*]'
    1.56 +	@echo  'Execute "$(CT_NG) config" or "$(CT_NG) menuconfig" to configure crosstool-NG'
    1.57 +	@echo  'Execute "$(CT_NG) build" to build your toolchain'
    1.58  	@echo  'See "man 1 ct-ng" for some help as well'
    1.59  
    1.60  # End help system
    1.61  
    1.62  help-build::
    1.63 -	@echo  '* build          - Build the toolchain'
    1.64 +	@echo  '  build          - Build the toolchain'
    1.65  	@echo  '  clean          - Remove generated files'
    1.66  	@echo  '  distclean      - Remove generated files, configuration and build directories'
    1.67