* [PATCH] tools/xenbackendd: make 'gmake clean' properly cleaning
@ 2013-04-22 11:59 Christoph Egger
2013-04-22 18:39 ` Matt Wilson
0 siblings, 1 reply; 3+ messages in thread
From: Christoph Egger @ 2013-04-22 11:59 UTC (permalink / raw)
To: xen-devel; +Cc: Ian Campbell
[-- Attachment #1: Type: text/plain, Size: 491 bytes --]
tools/xenbackendd: properly cleanup
Do not leave builds on gmake clean.
Signed-off-by: Christoph Egger <chegger@amazon.de>
diff --git a/tools/xenbackendd/Makefile b/tools/xenbackendd/Makefile
index 8374ad3..31e5c62 100644
--- a/tools/xenbackendd/Makefile
+++ b/tools/xenbackendd/Makefile
@@ -30,7 +30,7 @@ install: build
.PHONY: clean
clean:
- rm -f $(DEPS)
+ $(RM) *.a *.so *.o $(DEPS) xenbackendd
xenbackendd: xenbackendd.o
$(CC) $(LDFLAGS) $< -o $@ $(LDLIBS) $(APPEND_LDFLAGS)
[-- Attachment #2: patch_xenbackendd.diff --]
[-- Type: text/plain, Size: 638 bytes --]
commit 0e278e7a0a8a5d74c43b2dd2fc44c141e048fa64
Author: Christoph Egger <chegger@amazon.de>
Date: Thu Apr 4 13:29:12 2013 +0000
tools/xenbackendd: properly cleanup
Do not leave builds on gmake clean.
Signed-off-by: Christoph Egger <chegger@amazon.de>
diff --git a/tools/xenbackendd/Makefile b/tools/xenbackendd/Makefile
index 8374ad3..31e5c62 100644
--- a/tools/xenbackendd/Makefile
+++ b/tools/xenbackendd/Makefile
@@ -30,7 +30,7 @@ install: build
.PHONY: clean
clean:
- rm -f $(DEPS)
+ $(RM) *.a *.so *.o $(DEPS) xenbackendd
xenbackendd: xenbackendd.o
$(CC) $(LDFLAGS) $< -o $@ $(LDLIBS) $(APPEND_LDFLAGS)
[-- Attachment #3: Type: text/plain, Size: 126 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH] tools/xenbackendd: make 'gmake clean' properly cleaning
2013-04-22 11:59 [PATCH] tools/xenbackendd: make 'gmake clean' properly cleaning Christoph Egger
@ 2013-04-22 18:39 ` Matt Wilson
2013-04-24 11:56 ` Ian Campbell
0 siblings, 1 reply; 3+ messages in thread
From: Matt Wilson @ 2013-04-22 18:39 UTC (permalink / raw)
To: Christoph Egger; +Cc: Ian Campbell, xen-devel
On Mon, Apr 22, 2013 at 01:59:14PM +0200, Christoph Egger wrote:
> tools/xenbackendd: properly cleanup
> Do not leave builds on gmake clean.
>
> Signed-off-by: Christoph Egger <chegger@amazon.de>
Reviewed-by: Matt Wilson <msw@amazon.com>
> diff --git a/tools/xenbackendd/Makefile b/tools/xenbackendd/Makefile
> index 8374ad3..31e5c62 100644
> --- a/tools/xenbackendd/Makefile
> +++ b/tools/xenbackendd/Makefile
> @@ -30,7 +30,7 @@ install: build
>
> .PHONY: clean
> clean:
> - rm -f $(DEPS)
> + $(RM) *.a *.so *.o $(DEPS) xenbackendd
>
> xenbackendd: xenbackendd.o
> $(CC) $(LDFLAGS) $< -o $@ $(LDLIBS) $(APPEND_LDFLAGS)
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] tools/xenbackendd: make 'gmake clean' properly cleaning
2013-04-22 18:39 ` Matt Wilson
@ 2013-04-24 11:56 ` Ian Campbell
0 siblings, 0 replies; 3+ messages in thread
From: Ian Campbell @ 2013-04-24 11:56 UTC (permalink / raw)
To: Matt Wilson; +Cc: Christoph Egger, xen-devel
On Mon, 2013-04-22 at 19:39 +0100, Matt Wilson wrote:
> On Mon, Apr 22, 2013 at 01:59:14PM +0200, Christoph Egger wrote:
> > tools/xenbackendd: properly cleanup
> > Do not leave builds on gmake clean.
> >
> > Signed-off-by: Christoph Egger <chegger@amazon.de>
>
> Reviewed-by: Matt Wilson <msw@amazon.com>
Applied, thanks.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-04-24 11:56 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-22 11:59 [PATCH] tools/xenbackendd: make 'gmake clean' properly cleaning Christoph Egger
2013-04-22 18:39 ` Matt Wilson
2013-04-24 11:56 ` Ian Campbell
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.