Re: [PATCH] x86emul/test: drop bogus .PHONY

2023-04-05 Thread Jan Beulich
On 05.04.2023 17:48, Anthony PERARD wrote: > On Tue, Apr 04, 2023 at 08:37:55AM +0200, Jan Beulich wrote: >> x86_emulate is a real (directory) target. > > Indeed, x86_emulate is a directory, so having the target in .PHONY > isn't bogus, but kind of expected in most cases. > > Here, the recipe is

Re: [PATCH] x86emul/test: drop bogus .PHONY

2023-04-05 Thread Anthony PERARD
On Tue, Apr 04, 2023 at 08:37:55AM +0200, Jan Beulich wrote: > x86_emulate is a real (directory) target. Indeed, x86_emulate is a directory, so having the target in .PHONY isn't bogus, but kind of expected in most cases. Here, the recipe is written with .PHONY been used, as suggest the used optio

Re: [PATCH] x86emul/test: drop bogus .PHONY

2023-04-03 Thread Andrew Cooper
On 04/04/2023 7:37 am, Jan Beulich wrote: > x86_emulate is a real (directory) target. > > Signed-off-by: Jan Beulich Acked-by: Andrew Cooper

[PATCH] x86emul/test: drop bogus .PHONY

2023-04-03 Thread Jan Beulich
x86_emulate is a real (directory) target. Signed-off-by: Jan Beulich --- a/tools/tests/x86_emulator/Makefile +++ b/tools/tests/x86_emulator/Makefile @@ -278,7 +278,6 @@ else run32 clean32: %32: % endif -.PHONY: x86_emulate x86_emulate: mkdir -p $@ ln -sf $(XEN_ROOT)/xen/arch