From: Denis Mukhin <[email protected]> Use the new .config manipulation tool to toggle CONFIG_DEBUG in the Xen automation build script.
Signed-off-by: Denis Mukhin <[email protected]> --- automation/scripts/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automation/scripts/build b/automation/scripts/build index 7a81d229decd..ee1127c53dc5 100755 --- a/automation/scripts/build +++ b/automation/scripts/build @@ -27,7 +27,7 @@ else # Start off with arch's defconfig make -C xen defconfig - echo "CONFIG_DEBUG=${debug}" >> xen/.config + xen/scripts/config --file xen/.config -${debug} DEBUG if [[ -n "${EXTRA_XEN_CONFIG}" ]]; then echo "${EXTRA_XEN_CONFIG}" >> xen/.config -- 2.52.0
