diff -r ade232db1313 -r 9383bf4a2e2e ct-ng.in --- a/ct-ng.in Sun Jul 01 21:21:11 2007 +0000 +++ b/ct-ng.in Mon Jul 02 19:40:54 2007 +0000 @@ -13,7 +13,7 @@ export CT_LIB_DIR:=@@CT_LIBDIR@@ export CT_DOC_DIR:=@@CT_DOCDIR@@ -# This is crosstool-ng version string +# This is crosstool-NG version string export CT_VERSION=$(shell cat $(CT_LIB_DIR)/version) export CT_STOP=$(STOP) @@ -21,7 +21,7 @@ .PHONY: $(PHONY) PHONY += all -all: build +all: help HOST_CC = gcc -funsigned-char @@ -29,23 +29,23 @@ help:: help-head help-config help-samples help-build help-distrib help-env help-tail help-head:: - @echo 'Available make rules:' + @echo 'Available actions:' help-config:: @echo - @echo 'Configuration rules:' + @echo 'Configuration actions:' help-samples:: @echo - @echo 'Preconfigured rules:' + @echo 'Preconfigured actions:' help-build:: @echo - @echo 'Build rules:' + @echo 'Build actions:' help-distrib:: @echo - @echo 'Distribution rules:' + @echo 'Distribution actions:' help-env:: @echo @@ -53,14 +53,14 @@ help-tail:: @echo - @echo 'Execute "$(CT_NG) config" or "$(CT_NG) menuconfig" to configure ct-ng' - @echo 'Execute "$(CT_NG)" or "$(CT_NG) all" to build all targets marked with [*]' + @echo 'Execute "$(CT_NG) config" or "$(CT_NG) menuconfig" to configure crosstool-NG' + @echo 'Execute "$(CT_NG) build" to build your toolchain' @echo 'See "man 1 ct-ng" for some help as well' # End help system help-build:: - @echo '* build - Build the toolchain' + @echo ' build - Build the toolchain' @echo ' clean - Remove generated files' @echo ' distclean - Remove generated files, configuration and build directories'