diff options
author | Alexey Neyman <stilor@att.net> | 2017-04-22 18:41:50 -0700 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2017-04-22 18:41:50 -0700 |
commit | 105e4b59b7989e9898795273e4064791fdfa056c (patch) | |
tree | 49624ed07ced50f36c20ac97d4390f23715d83da /bootstrap | |
parent | 2c0fb226419507583a736818346a7d6f07eba983 (diff) | |
download | crosstool-ng-105e4b59b7989e9898795273e4064791fdfa056c.tar.gz crosstool-ng-105e4b59b7989e9898795273e4064791fdfa056c.tar.bz2 crosstool-ng-105e4b59b7989e9898795273e4064791fdfa056c.zip |
Get rid of config.gen
Instead, prepare the files as a part of bootstrap and install them.
This avoids rebuilding these files in each working directory; they
don't change anyway as they are generated from the same installed
source.
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -4,4 +4,7 @@ set -e printf "Running autoconf...\n" autoconf -Wall --force +printf "Generating kconfig files...\n" +./maintainer/gen-kconfig.sh + printf "Done. You may now run:\n ./configure\n" |