From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH 1/3] systemd: fix clean target in Makefile Date: Wed, 22 Oct 2014 12:22:10 +0100 Message-ID: <1413976930.19198.6.camel@citrix.com> References: <1413885372-8412-1-git-send-email-wei.liu2@citrix.com> <1413885372-8412-2-git-send-email-wei.liu2@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1413885372-8412-2-git-send-email-wei.liu2@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: Wei Liu Cc: olaf@aepfle.de, xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org 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? > --- > 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)