WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] [xen-unstable] tools: remove some .o and binary files on

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [xen-unstable] tools: remove some .o and binary files on clean
From: Xen patchbot-unstable <patchbot@xxxxxxx>
Date: Fri, 01 Apr 2011 06:50:17 +0100
Delivery-date: Thu, 31 Mar 2011 22:52:18 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User Ian Campbell <ian.campbell@xxxxxxxxxx>
# Date 1301596527 -3600
# Node ID 2f588e3f38df495c72058301505f5bd9c723aedf
# Parent  e3d4c34b14a3112481b5e86ff2406cd1bb5e1548
tools: remove some .o and binary files on clean

Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx>
Acked-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx>
Committed-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx>
---


diff -r e3d4c34b14a3 -r 2f588e3f38df tools/xenmon/Makefile
--- a/tools/xenmon/Makefile     Thu Mar 31 19:34:56 2011 +0100
+++ b/tools/xenmon/Makefile     Thu Mar 31 19:35:27 2011 +0100
@@ -36,7 +36,9 @@
 
 .PHONY: clean
 clean:
-       rm -f  $(DEPS)
+       $(RM) -f $(DEPS)
+       $(RM) -f xenbaked xenbaked.o
+       $(RM) -f xentrace_setmake setmask.o
 
 xenbaked: xenbaked.o Makefile
        $(CC) $(LDFLAGS) $< -o $@ $(LDLIBS)
diff -r e3d4c34b14a3 -r 2f588e3f38df tools/xenpmd/Makefile
--- a/tools/xenpmd/Makefile     Thu Mar 31 19:34:56 2011 +0100
+++ b/tools/xenpmd/Makefile     Thu Mar 31 19:35:27 2011 +0100
@@ -16,7 +16,7 @@
 
 .PHONY: clean
 clean:
-       $(RM) -f xenpmd $(DEPS)
+       $(RM) -f xenpmd xenpmd.o $(DEPS)
 
 xenpmd: xenpmd.o Makefile
        $(CC) $(LDFLAGS) $< -o $@ $(LDLIBS)

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [xen-unstable] tools: remove some .o and binary files on clean, Xen patchbot-unstable <=