# HG changeset patch # User "Yann E. MORIN" # Date 1224012565 0 # Node ID 264d38e5b5ba904215d8354302ef30b37d15495d # Parent 6ce613108f4307e24dc0313091394c0884a6e6ef Eye-candy in the help entries. /trunk/ct-ng.comp | 2 1 1 0 +- /trunk/ct-ng.in | 6 3 3 0 +++--- /trunk/steps.mk | 6 3 3 0 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff -r 6ce613108f43 -r 264d38e5b5ba ct-ng.comp --- a/ct-ng.comp Tue Oct 14 19:19:20 2008 +0000 +++ b/ct-ng.comp Tue Oct 14 19:29:25 2008 +0000 @@ -16,7 +16,7 @@ actions='menuconfig oldconfig saveconfig list-samples build build. list-steps regtest regtest-local regtest-global clean distclean wiki-samples updatetools - tarball' + tarball version' vars="RESTART= STOP=" diff -r 6ce613108f43 -r 264d38e5b5ba ct-ng.in --- a/ct-ng.in Tue Oct 14 19:19:20 2008 +0000 +++ b/ct-ng.in Tue Oct 14 19:29:25 2008 +0000 @@ -66,9 +66,9 @@ help-tail:: @echo - @echo 'Execute "$(CT_NG) config" or "$(CT_NG) menuconfig" to configure crosstool-NG' - @echo 'Execute "$(CT_NG) build" to build your toolchain' - @echo 'Execute "$(CT_NG) version" to see the version' + @echo 'Use action "config" or "menuconfig" to configure crosstool-NG' + @echo 'Use action "build" to build your toolchain' + @echo 'Use action "version" to see the version' @echo 'See "man 1 ct-ng" for some help as well' # End help system diff -r 6ce613108f43 -r 264d38e5b5ba steps.mk --- a/steps.mk Tue Oct 14 19:19:20 2008 +0000 +++ b/steps.mk Tue Oct 14 19:29:25 2008 +0000 @@ -38,6 +38,6 @@ @for step in $(CT_STEPS); do \ echo " - $${step}"; \ done - @echo 'Use "$(CT_NG) " to execute only that step.' - @echo 'Use "$(CT_NG) +" to execute up to that step.' - @echo 'Use "$(CT_NG) +" to execute from that step onward.' + @echo 'Use "" as action to execute only that step.' + @echo 'Use "+" as action to execute up to that step.' + @echo 'Use "+" as action to execute from that step onward.'