Re: Ping: [PATCH] libxl: fix libacpi dependency

2020-11-05 Thread Wei Liu
On Thu, Nov 05, 2020 at 12:56:46PM +0100, Jan Beulich wrote: > On 27.10.2020 12:40, Jan Beulich wrote: > > $(DSDT_FILES-y) depends on the recursive make to have run in libacpi/ > > such that the file(s) itself/themselves were generated before > > compilation gets attempted. The same, however, is al

Ping: [PATCH] libxl: fix libacpi dependency

2020-11-05 Thread Jan Beulich
On 27.10.2020 12:40, Jan Beulich wrote: > $(DSDT_FILES-y) depends on the recursive make to have run in libacpi/ > such that the file(s) itself/themselves were generated before > compilation gets attempted. The same, however, is also necessary for > generated headers, before source files including t

[PATCH] libxl: fix libacpi dependency

2020-10-27 Thread Jan Beulich
$(DSDT_FILES-y) depends on the recursive make to have run in libacpi/ such that the file(s) itself/themselves were generated before compilation gets attempted. The same, however, is also necessary for generated headers, before source files including them would get attempted to be compiled. The dep