diff options
author | Alexey Neyman <stilor@att.net> | 2018-02-22 00:25:36 -0800 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2018-04-07 12:03:17 -0700 |
commit | 69df9ae9ddb806b42d962ae8a0b2b8f7b31f480e (patch) | |
tree | 5e23600df2ad384e15b1c6131e3e235993a6d4b6 /config/global | |
parent | dbe3877285549d1cdc549826673cdf8f07cf154c (diff) | |
download | crosstool-ng-69df9ae9ddb806b42d962ae8a0b2b8f7b31f480e.tar.gz crosstool-ng-69df9ae9ddb806b42d962ae8a0b2b8f7b31f480e.tar.bz2 crosstool-ng-69df9ae9ddb806b42d962ae8a0b2b8f7b31f480e.zip |
Remove the need for configure substitutions in scripts
... so that scripts/ directory can be installed verbatim.
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'config/global')
-rw-r--r-- | config/global/build-behave.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/global/build-behave.in b/config/global/build-behave.in index d3298eaa..4a504289 100644 --- a/config/global/build-behave.in +++ b/config/global/build-behave.in @@ -13,7 +13,8 @@ config PARALLEL_JOBS Enter 1 to have only one job at a time. - Enter 0 to set automatically based on how many processors the host has. + Enter 0 to set automatically based on how many processors the build + machine has. config LOAD string |