mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-02 19:16:39 +00:00
Separate clean actions from build actions;
Re-label "Preconfigured actions" to "Preconfigured toolchains"; Small eye-candy fix in the help text for liststeps.
This commit is contained in:
parent
02e0cb51dd
commit
ba2827e22d
@ -26,7 +26,7 @@ $(patsubst %,%-,$(CT_STEPS)):
|
|||||||
@$(CT_NG) RESTART=$(patsubst %-,%,$@) build
|
@$(CT_NG) RESTART=$(patsubst %-,%,$@) build
|
||||||
|
|
||||||
help-build::
|
help-build::
|
||||||
@echo ' liststeps - Lists all build steps'
|
@echo ' liststeps - List all build steps'
|
||||||
|
|
||||||
liststeps:
|
liststeps:
|
||||||
@echo 'Available build steps, in order:'
|
@echo 'Available build steps, in order:'
|
||||||
|
10
ct-ng.in
10
ct-ng.in
@ -26,7 +26,7 @@ all: help
|
|||||||
HOST_CC = gcc -funsigned-char
|
HOST_CC = gcc -funsigned-char
|
||||||
|
|
||||||
# Help system
|
# Help system
|
||||||
help:: help-head help-config help-samples help-build help-distrib help-env help-tail
|
help:: help-head help-config help-samples help-build help-clean help-distrib help-env help-tail
|
||||||
|
|
||||||
help-head::
|
help-head::
|
||||||
@echo 'Available actions:'
|
@echo 'Available actions:'
|
||||||
@ -37,12 +37,16 @@ help-config::
|
|||||||
|
|
||||||
help-samples::
|
help-samples::
|
||||||
@echo
|
@echo
|
||||||
@echo 'Preconfigured actions:'
|
@echo 'Preconfigured toolchains:'
|
||||||
|
|
||||||
help-build::
|
help-build::
|
||||||
@echo
|
@echo
|
||||||
@echo 'Build actions:'
|
@echo 'Build actions:'
|
||||||
|
|
||||||
|
help-clean::
|
||||||
|
@echo
|
||||||
|
@echo 'Clean actions:'
|
||||||
|
|
||||||
help-distrib::
|
help-distrib::
|
||||||
@echo
|
@echo
|
||||||
@echo 'Distribution actions:'
|
@echo 'Distribution actions:'
|
||||||
@ -61,6 +65,8 @@ help-tail::
|
|||||||
|
|
||||||
help-build::
|
help-build::
|
||||||
@echo ' build - Build the toolchain'
|
@echo ' build - Build the toolchain'
|
||||||
|
|
||||||
|
help-clean::
|
||||||
@echo ' clean - Remove generated files'
|
@echo ' clean - Remove generated files'
|
||||||
@echo ' distclean - Remove generated files, configuration and build directories'
|
@echo ' distclean - Remove generated files, configuration and build directories'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user