configure: more deseralization & cleanup

Signed-off-by: Michal Rakowski <michal.rakowski@intel.com>
This commit is contained in:
Michal Rakowski
2019-09-09 16:08:58 +02:00
parent a904a5bf66
commit 0f2ea7ade7
7 changed files with 23 additions and 8 deletions

2
configure vendored
View File

@@ -64,8 +64,6 @@ generate_header() {
source $file "apply" "$CONF" "$file"
done
wait
for file in $SECOND; do
CONF=$(cat ${CONFIG_FILE} | grep $(basename $file) | cut -d' ' -f2)
source $file "apply" "$CONF" "$file"