From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH XEN v7 04/29] tools: Refactor /dev/xen/evtchn wrappers into libxenevtchn. Date: Thu, 7 Jan 2016 10:39:15 +0000 Message-ID: <1452163155.21055.175.camel@citrix.com> References: <1450269007.4053.48.camel@citrix.com> <1450269096-27598-1-git-send-email-ian.campbell@citrix.com> <1450269096-27598-5-git-send-email-ian.campbell@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1450269096-27598-5-git-send-email-ian.campbell@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: ian.jackson@eu.citrix.com, wei.liu2@citrix.com, xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On Wed, 2015-12-16 at 12:31 +0000, Ian Campbell wrote: > diff --git a/tools/libs/evtchn/Makefile b/tools/libs/evtchn/Makefile > new file mode 100644 > index 0000000..85ed6dc > --- /dev/null > +++ b/tools/libs/evtchn/Makefile > [...] > + > +.PHONY: clean > +clean: > + rm -rf *.rpm $(LIB) *~ $(DEPS) $(LIB_OBJS) $(PIC_OBJS) This, and presumably all the subsequent patches adding new libraries, needs a distclean and to remote the .so file, as Juergen did for libxentoollog in http://lists.xenproject.org/archives/html/xen-devel/2016-01/msg00611.html Ian.