From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Rzeszutek Wilk Subject: Re: [PATCH 1/3] systemd: fix clean target in Makefile Date: Wed, 22 Oct 2014 16:23:30 -0400 Message-ID: <20141022202330.GC6020@laptop.dumpdata.com> References: <1413885372-8412-1-git-send-email-wei.liu2@citrix.com> <1413885372-8412-2-git-send-email-wei.liu2@citrix.com> <1413976930.19198.6.camel@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1413976930.19198.6.camel@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 Campbell Cc: olaf@aepfle.de, Wei Liu , xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On Wed, Oct 22, 2014 at 12:22:10PM +0100, Ian Campbell wrote: > On Tue, 2014-10-21 at 10:56 +0100, Wei Liu wrote: > > Signed-off-by: Wei Liu > > I just acked the first copy of this before I noticed this newer one. > Anyway: > Acked-by: Ian Campbell > > Are you going to make a case for a release exception (for some or all of > the series) to Konrad? I believe this is a bug-fix so it can go in anytime. > > > --- > > tools/hotplug/Linux/systemd/Makefile | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/tools/hotplug/Linux/systemd/Makefile b/tools/hotplug/Linux/systemd/Makefile > > index 9c58b33..0c40a73 100644 > > --- a/tools/hotplug/Linux/systemd/Makefile > > +++ b/tools/hotplug/Linux/systemd/Makefile > > @@ -25,6 +25,7 @@ all: $(ALL_XEN_SYSTEMD) > > > > .PHONY: clean > > clean: > > + rm -f $(XEN_SYSTEMD_MODULES) > > > > .PHONY: install > > install: $(ALL_XEN_SYSTEMD) > > > > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xen.org > http://lists.xen.org/xen-devel