Re: [XEN PATCH v3 03/25] tools/examples: cleanup Makefile

2022-07-08 Thread Luca Fancellu
> On 24 Jun 2022, at 17:04, Anthony PERARD wrote: > > Don't check if a target exist before installing it. For directory, > install doesn't complain, and for file it would prevent from updating > them. Also remove the existing loop and instead install all files with > a single call to $(INSTALL

[XEN PATCH v3 03/25] tools/examples: cleanup Makefile

2022-06-24 Thread Anthony PERARD
Don't check if a target exist before installing it. For directory, install doesn't complain, and for file it would prevent from updating them. Also remove the existing loop and instead install all files with a single call to $(INSTALL_DATA). Remove XEN_CONFIGS-y which isn't used. Remove "build" t