|
@ -268,10 +268,7 @@ function eval_config_command() { |
|
|
done |
|
|
done |
|
|
|
|
|
|
|
|
echo Running "$config_command" |
|
|
echo Running "$config_command" |
|
|
|
|
|
|
|
|
# do not log read for the config script ... |
|
|
|
|
|
touch $FLWRAPPER_RLOG-config |
|
|
|
|
|
FLWRAPPER_RLOG="$FLWRAPPER_RLOG-config" eval "$config_command" |
|
|
|
|
|
|
|
|
eval "$config_command" |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
# run 'make check' if Makefile supports it. |
|
|
# run 'make check' if Makefile supports it. |
|
|