Re: [Xen-devel] [PATCH] x86: fix efi.lds dependency generation

2018-11-19 Thread Jan Beulich
>>> On 18.11.18 at 14:14, wrote: > RANDCONFIG builds discover efi.lds is not updated when autogenerated > headers are updated. > > Upon inspection, the generated .d file contains xen.lds.o as target, > not the once thought efi.lds.o. That's because gcc disregards the > output object name specifie

[Xen-devel] [PATCH] x86: fix efi.lds dependency generation

2018-11-18 Thread Wei Liu
RANDCONFIG builds discover efi.lds is not updated when autogenerated headers are updated. Upon inspection, the generated .d file contains xen.lds.o as target, not the once thought efi.lds.o. That's because gcc disregards the output object name specified by -o when generating dependency, so the sed