From mboxrd@z Thu Jan 1 00:00:00 1970 From: Juergen Gross Subject: [PATCH] tools: add distclean target to libs/toollog Makefile Date: Thu, 7 Jan 2016 09:25:01 +0100 Message-ID: <1452155101-1242-1-git-send-email-jgross@suse.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel@lists.xen.org, Ian.Campbell@citrix.com, ian.jackson@eu.citrix.com, stefano.stabellini@eu.citrix.com, wei.liu2@citrix.com Cc: Juergen Gross List-Id: xen-devel@lists.xenproject.org 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 --- 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