[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH] tools: add distclean target to libs/toollog Makefile
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@xxxxxxxx> Acked-by: Ian Campbell <ian.campbell@xxxxxxxxxx> (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@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |