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
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
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