diff options
| author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2007-07-09 20:55:32 +0000 |
|---|---|---|
| committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2007-07-09 20:55:32 +0000 |
| commit | ba2827e22df32bd36ab081ccf0b58cd0389ab310 (patch) | |
| tree | b7b5cb6c55e08fb18e5bd9ae23dd39c256ed3576 /Makefile.steps | |
| parent | 02e0cb51dd856ead80481e063f876da8ac221936 (diff) | |
| download | crosstool-ng-ba2827e22df32bd36ab081ccf0b58cd0389ab310.tar.gz crosstool-ng-ba2827e22df32bd36ab081ccf0b58cd0389ab310.tar.bz2 crosstool-ng-ba2827e22df32bd36ab081ccf0b58cd0389ab310.zip | |
Separate clean actions from build actions;
Re-label "Preconfigured actions" to "Preconfigured toolchains";
Small eye-candy fix in the help text for liststeps.
Diffstat (limited to 'Makefile.steps')
| -rw-r--r-- | Makefile.steps | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.steps b/Makefile.steps index f4f051eb..a89a7574 100644 --- a/Makefile.steps +++ b/Makefile.steps @@ -26,7 +26,7 @@ $(patsubst %,%-,$(CT_STEPS)): @$(CT_NG) RESTART=$(patsubst %-,%,$@) build help-build:: - @echo ' liststeps - Lists all build steps' + @echo ' liststeps - List all build steps' liststeps: @echo 'Available build steps, in order:' |
