diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2008-06-01 21:12:00 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2008-06-01 21:12:00 +0000 |
commit | 9d8b0a6829a654a414244ca77923faf40cf1e74f (patch) | |
tree | 9accdc78697f9a559c7e2872027d6cb1819d4a49 /ct-ng.in | |
parent | 5db396b048fedb44b3e28345e86380d7ed75ba7a (diff) | |
download | crosstool-ng-9d8b0a6829a654a414244ca77923faf40cf1e74f.tar.gz crosstool-ng-9d8b0a6829a654a414244ca77923faf40cf1e74f.tar.bz2 crosstool-ng-9d8b0a6829a654a414244ca77923faf40cf1e74f.zip |
Rework a little bit the steps and samples help entries.
/trunk/docs/overview.txt | 2 1 1 0 +-
/trunk/steps.mk | 7 5 2 0 +++++--
/trunk/samples/samples.mk | 8 5 3 0 +++++---
/trunk/ct-ng.in | 5 3 2 0 +++--
4 files changed, 14 insertions(+), 8 deletions(-)
Diffstat (limited to 'ct-ng.in')
-rw-r--r-- | ct-ng.in | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -27,6 +27,7 @@ export CT_VERSION:=@@CT_VERSION@@ export CT_STOP:=$(STOP) export CT_RESTART:=$(RESTART) +.FORCE: .PHONY: $(PHONY) PHONY += all all: help @@ -36,8 +37,8 @@ HOST_CC := gcc -funsigned-char # Help system help:: help-head help-config help-samples help-build help-clean help-distrib help-env help-tail -help-head:: - @echo 'Available actions:' +help-head:: version + @echo 'See below for a list of available actions, listed by category:' help-config:: @echo |