diff options
author | Alexey Neyman <stilor@att.net> | 2017-07-06 22:32:00 -0700 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2017-07-08 10:57:57 -0700 |
commit | 5ba5eaedd14f8b3715c57330dbfbd0cf43ef6aed (patch) | |
tree | ee64ce2a84628b0418543f2176684c67da44cb1d /bootstrap | |
parent | 1b207d0adc5f78f000a7d8ca4431515790639da9 (diff) | |
download | crosstool-ng-5ba5eaedd14f8b3715c57330dbfbd0cf43ef6aed.tar.gz crosstool-ng-5ba5eaedd14f8b3715c57330dbfbd0cf43ef6aed.tar.bz2 crosstool-ng-5ba5eaedd14f8b3715c57330dbfbd0cf43ef6aed.zip |
.in.2 files no longer generated
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -642,7 +642,7 @@ gen_selection() local dir="${2}" local label="${3}" - msg "Generating ${dir}.in and ${dir}.in.2" + msg "Generating ${dir}.in" exec >"${config_gen_dir}/${dir}.in" info=( \ [prefix]=`kconfigize ${dir}` \ |