Re: [Xen-devel] Regression: debug not setted correctly in config/Tools.mk of xen 4.6

2015-10-11 Thread Wei Liu
On Fri, Oct 09, 2015 at 05:13:20PM +0200, Fabio Fantoni wrote: > In latest weeks building xen 4.6 with debug enable qemu trace was missed, > today building xen 4.6.0 I found the cause. > Even if debug ?= y in Config.mk, config/Tools.mk is not generate correctly, > have this line: > debug

[Xen-devel] Regression: debug not setted correctly in config/Tools.mk of xen 4.6

2015-10-09 Thread Fabio Fantoni
In latest weeks building xen 4.6 with debug enable qemu trace was missed, today building xen 4.6.0 I found the cause. Even if debug ?= y in Config.mk, config/Tools.mk is not generate correctly, have this line: debug := @debug@ I not found the exact cause for doing the patch that f