All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] tools: add distclean target to libs/toollog Makefile
@ 2016-01-07  8:25 Juergen Gross
  2016-01-07 10:36 ` Ian Campbell
  0 siblings, 1 reply; 3+ messages in thread
From: Juergen Gross @ 2016-01-07  8:25 UTC (permalink / raw)
  To: xen-devel, Ian.Campbell, ian.jackson, stefano.stabellini, wei.liu2
  Cc: Juergen Gross

The new logging library Makefile doesn't support the distclean target.
Add it.

Also remove all created shared library versions via the clean target.

Signed-off-by: Juergen Gross <jgross@suse.com>
---
 tools/libs/toollog/Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/tools/libs/toollog/Makefile b/tools/libs/toollog/Makefile
index bd12403..9bfd179 100644
--- a/tools/libs/toollog/Makefile
+++ b/tools/libs/toollog/Makefile
@@ -57,3 +57,7 @@ TAGS:
 .PHONY: clean
 clean:
 	rm -rf *.rpm $(LIB) *~ $(DEPS) $(LIB_OBJS) $(PIC_OBJS)
+	rm -f libxentoollog.so.$(MAJOR).$(MINOR) libxentoollog.so.$(MAJOR)
+
+.PHONY: distclean
+distclean: clean
-- 
2.6.2

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] tools: add distclean target to libs/toollog Makefile
  2016-01-07  8:25 [PATCH] tools: add distclean target to libs/toollog Makefile Juergen Gross
@ 2016-01-07 10:36 ` Ian Campbell
  2016-01-07 13:25   ` Ian Campbell
  0 siblings, 1 reply; 3+ messages in thread
From: Ian Campbell @ 2016-01-07 10:36 UTC (permalink / raw)
  To: Juergen Gross, xen-devel, ian.jackson, stefano.stabellini, wei.liu2

On Thu, 2016-01-07 at 09:25 +0100, Juergen Gross wrote:
> The new logging library Makefile doesn't support the distclean target.
> Add it.
> 
> Also remove all created shared library versions via the clean target.
> 
> Signed-off-by: Juergen Gross <jgross@suse.com>

Acked-by: Ian Campbell <ian.campbell@citrix.com>

(I've also made a note to check this in the other patches adding more
libraries which haven't landed yet)

> ---
>  tools/libs/toollog/Makefile | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/tools/libs/toollog/Makefile b/tools/libs/toollog/Makefile
> index bd12403..9bfd179 100644
> --- a/tools/libs/toollog/Makefile
> +++ b/tools/libs/toollog/Makefile
> @@ -57,3 +57,7 @@ TAGS:
>  .PHONY: clean
>  clean:
>  	rm -rf *.rpm $(LIB) *~ $(DEPS) $(LIB_OBJS) $(PIC_OBJS)
> +	rm -f libxentoollog.so.$(MAJOR).$(MINOR)
> libxentoollog.so.$(MAJOR)
> +
> +.PHONY: distclean
> +distclean: clean

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] tools: add distclean target to libs/toollog Makefile
  2016-01-07 10:36 ` Ian Campbell
@ 2016-01-07 13:25   ` Ian Campbell
  0 siblings, 0 replies; 3+ messages in thread
From: Ian Campbell @ 2016-01-07 13:25 UTC (permalink / raw)
  To: Juergen Gross, xen-devel, ian.jackson, stefano.stabellini, wei.liu2

On Thu, 2016-01-07 at 10:36 +0000, Ian Campbell wrote:
> On Thu, 2016-01-07 at 09:25 +0100, Juergen Gross wrote:
> > The new logging library Makefile doesn't support the distclean target.
> > Add it.
> > 
> > Also remove all created shared library versions via the clean target.
> > 
> > Signed-off-by: Juergen Gross <jgross@suse.com>
> 
> Acked-by: Ian Campbell <ian.campbell@citrix.com>

and applied.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-01-07 13:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-07  8:25 [PATCH] tools: add distclean target to libs/toollog Makefile Juergen Gross
2016-01-07 10:36 ` Ian Campbell
2016-01-07 13:25   ` Ian Campbell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.