diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2007-08-15 14:59:37 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2007-08-15 14:59:37 +0000 |
commit | 54cca9f2ba0065fe34013bf712c181601a53c912 (patch) | |
tree | 0a95b5283796127fd97bcbca1b475e8d6e592916 /steps.mk | |
parent | 46e19208cd3a3f8634efa497ad49c25db8df9b5a (diff) | |
download | crosstool-ng-54cca9f2ba0065fe34013bf712c181601a53c912.tar.gz crosstool-ng-54cca9f2ba0065fe34013bf712c181601a53c912.tar.bz2 crosstool-ng-54cca9f2ba0065fe34013bf712c181601a53c912.zip |
Add the possibility to force the number of // jobs without reconfiguring.
Diffstat (limited to 'steps.mk')
-rw-r--r-- | steps.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ $(patsubst %,%+,$(CT_STEPS)): @$(CT_NG) RESTART=$(patsubst %+,%,$@) build help-build:: - @echo ' liststeps - List all build steps' + @echo ' liststeps - List all build steps' liststeps: @echo 'Available build steps, in order:' |