summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-05-07 22:12:08 (GMT)
committerAlexey Neyman <stilor@att.net>2017-07-08 17:56:29 (GMT)
commit0a654319f9a1d0ebaacb5572139f72c7f236b100 (patch)
tree476bcec92e75d294e4189d45725569c91dbc766d /bootstrap
parent8f8e131d566af1f577d8fb6e62e6f121b7955472 (diff)
First stab at gen-versions.sh
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap5
1 files changed, 4 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index ab493dd..44f77a7 100755
--- a/bootstrap
+++ b/bootstrap
@@ -4,7 +4,10 @@ set -e
printf "Running autoconf...\n"
autoconf -Wall --force
-printf "Generating kconfig files...\n"
+printf "Generating kconfig component lists...\n"
./maintainer/gen-kconfig.sh
+printf "Generating kconfig component versions...\n"
+./maintainer/gen-versions.sh
+
printf "Done. You may now run:\n ./configure\n"