Re: [XEN PATCH 41/57] libs: Remove need for *installlocal targets

2021-12-21 Thread Anthony PERARD
On Tue, Dec 07, 2021 at 02:20:29PM +0100, Juergen Gross wrote: > On 06.12.21 18:02, Anthony PERARD wrote: > > There is no need for an extra "installlocal" target, we can use > > double-colon rules instead. > > Doesn't that mean that with the ultimate goal of including all > Makefiles of the tree t

Re: [XEN PATCH 41/57] libs: Remove need for *installlocal targets

2021-12-07 Thread Juergen Gross
On 06.12.21 18:02, Anthony PERARD wrote: There is no need for an extra "installlocal" target, we can use double-colon rules instead. Doesn't that mean that with the ultimate goal of including all Makefiles of the tree that all "install" and "uninstall" rules in the tree will have to be double-c

[XEN PATCH 41/57] libs: Remove need for *installlocal targets

2021-12-06 Thread Anthony PERARD
There is no need for an extra "installlocal" target, we can use double-colon rules instead. "install-headers" in "libs/store" was introduced for the same reason that "installlocal" exist, so it is replaced as well. Signed-off-by: Anthony PERARD --- tools/libs/libs.mk| 4 ++-- tools/lib