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 --- maintainer/gen-kconfig.sh | 180 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 180 insertions(+) create mode 100755 maintainer/gen-kconfig.sh (limited to 'maintainer') diff --git a/maintainer/gen-kconfig.sh b/maintainer/gen-kconfig.sh new file mode 100755 index 00000000..4cb65678 --- /dev/null +++ b/maintainer/gen-kconfig.sh @@ -0,0 +1,180 @@ +#!/bin/bash + +set -e + +# Accept overrides from command line if needed +sed=${SED:-sed} +grep=${GREP:-grep} + +# Generate either a choice or a menuconfig with the specified entries. +# +# Usage: +# generate a choice: +# gen_choice