From 105e4b59b7989e9898795273e4064791fdfa056c Mon Sep 17 00:00:00 2001 From: Alexey Neyman Date: Sat, 22 Apr 2017 18:41:50 -0700 Subject: 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 --- bootstrap | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bootstrap') diff --git a/bootstrap b/bootstrap index 12608307..ab493dd3 100755 --- a/bootstrap +++ b/bootstrap @@ -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" -- cgit v1.2.3