From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Egger Subject: [PATCH] tools/xenbackendd: make 'gmake clean' properly cleaning Date: Mon, 22 Apr 2013 13:59:14 +0200 Message-ID: <51752612.2090209@amazon.de> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------060209040806080807040707" 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 Cc: Ian Campbell List-Id: xen-devel@lists.xenproject.org --------------060209040806080807040707 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit tools/xenbackendd: properly cleanup Do not leave builds on gmake clean. Signed-off-by: Christoph Egger 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) --------------060209040806080807040707 Content-Type: text/plain; charset="UTF-8"; name="patch_xenbackendd.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="patch_xenbackendd.diff" commit 0e278e7a0a8a5d74c43b2dd2fc44c141e048fa64 Author: Christoph Egger 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 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) --------------060209040806080807040707 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel --------------060209040806080807040707--