Re: [XEN PATCH 36/57] tools/xenstore: Cleanup makefile

2021-12-16 Thread Juergen Gross
On 16.12.21 19:34, Andrew Cooper wrote: On 06/12/2021 17:02, Anthony PERARD wrote: Regroup *FLAGS together, use $(LDLIBS). Remove $(LDLIBS_xenstored) which was the wrong name name as it doesn't decribe how to link to a potential libxenstored.so, instead add the value to $(LDLIBS) of xenstored.

Re: [XEN PATCH 36/57] tools/xenstore: Cleanup makefile

2021-12-16 Thread Andrew Cooper
On 06/12/2021 17:02, Anthony PERARD wrote: > Regroup *FLAGS together, use $(LDLIBS). > > Remove $(LDLIBS_xenstored) which was the wrong name name as it doesn't > decribe how to link to a potential libxenstored.so, instead add the > value to $(LDLIBS) of xenstored. > > Add SYSTEMD_LIBS into $(LDLIBS

Re: [XEN PATCH 36/57] tools/xenstore: Cleanup makefile

2021-12-16 Thread Andrew Cooper
On 06/12/2021 17:02, Anthony PERARD wrote: > Regroup *FLAGS together, use $(LDLIBS). > > Remove $(LDLIBS_xenstored) which was the wrong name name as it doesn't > decribe how to link to a potential libxenstored.so, instead add the > value to $(LDLIBS) of xenstored. > > Add SYSTEMD_LIBS into $(LDLIBS

Re: [XEN PATCH 36/57] tools/xenstore: Cleanup makefile

2021-12-07 Thread Juergen Gross
On 06.12.21 18:02, Anthony PERARD wrote: Regroup *FLAGS together, use $(LDLIBS). Remove $(LDLIBS_xenstored) which was the wrong name name as it doesn't decribe how to link to a potential libxenstored.so, instead add the value to $(LDLIBS) of xenstored. Add SYSTEMD_LIBS into $(LDLIBS) instead of

[XEN PATCH 36/57] tools/xenstore: Cleanup makefile

2021-12-06 Thread Anthony PERARD
Regroup *FLAGS together, use $(LDLIBS). Remove $(LDLIBS_xenstored) which was the wrong name name as it doesn't decribe how to link to a potential libxenstored.so, instead add the value to $(LDLIBS) of xenstored. Add SYSTEMD_LIBS into $(LDLIBS) instead of $(LDFLAGS). Remove the "-I." from $(CFLAG