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 /kconfig/kconfig.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 'kconfig/kconfig.mk')
-rw-r--r-- | kconfig/kconfig.mk | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/kconfig/kconfig.mk b/kconfig/kconfig.mk index 8bd44bca..95222644 100644 --- a/kconfig/kconfig.mk +++ b/kconfig/kconfig.mk @@ -74,11 +74,11 @@ extractconfig:: $(obj)/conf $(CONFIG_FILES) # Help text used by make help help-config:: - @echo ' config - Update current config using a line-oriented program' - @echo ' menuconfig - Update current config using a menu based program' - @echo ' oldconfig - Update current config using a provided .config as base' - @echo ' extractconfig - Create a new config using options extracted from a' - @echo ' build log piped into stdin' + @echo ' config - Update current config using a line-oriented program' + @echo ' menuconfig - Update current config using a menu based program' + @echo ' oldconfig - Update current config using a provided .config as base' + @echo ' extractconfig - Create a new config using options extracted from a' + @echo ' build log piped into stdin' # Cheesy build |