mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-18 18:56:31 +00:00
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(-)
This commit is contained in:
parent
c1aa36b009
commit
6a4dc6568b
@ -16,7 +16,7 @@ _ct-ng () {
|
||||
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="
|
||||
|
||||
|
6
ct-ng.in
6
ct-ng.in
@ -66,9 +66,9 @@ help-env::
|
||||
|
||||
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
|
||||
|
6
steps.mk
6
steps.mk
@ -38,6 +38,6 @@ list-steps:
|
||||
@for step in $(CT_STEPS); do \
|
||||
echo " - $${step}"; \
|
||||
done
|
||||
@echo 'Use "$(CT_NG) <step>" to execute only that step.'
|
||||
@echo 'Use "$(CT_NG) +<step>" to execute up to that step.'
|
||||
@echo 'Use "$(CT_NG) <step>+" to execute from that step onward.'
|
||||
@echo 'Use "<step>" as action to execute only that step.'
|
||||
@echo 'Use "+<step>" as action to execute up to that step.'
|
||||
@echo 'Use "<step>+" as action to execute from that step onward.'
|
||||
|
Loading…
Reference in New Issue
Block a user