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] libxl: Makefile: delete temporary files d

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [xen-unstable] libxl: Makefile: delete temporary files during make clean
From: Xen patchbot-unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Tue, 02 Nov 2010 04:50:17 -0700
Delivery-date: Tue, 02 Nov 2010 04:50:50 -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 Gianni Tedesco <gianni.tedesco@xxxxxxxxxx>
# Date 1288262709 -3600
# Node ID 38740295bfd5e5b8b83c849cc7909397dbba26dc
# Parent  94c6c51d2e051ff0bc6a002e7077482fec519dc6
libxl: Makefile: delete temporary files during make clean

Signed-off-by: Gianni Tedesco <gianni.tedesco@xxxxxxxxxx>
Signed-off-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx>
---
 tools/libxl/Makefile |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -r 94c6c51d2e05 -r 38740295bfd5 tools/libxl/Makefile
--- a/tools/libxl/Makefile      Thu Oct 28 11:44:17 2010 +0100
+++ b/tools/libxl/Makefile      Thu Oct 28 11:45:09 2010 +0100
@@ -118,7 +118,7 @@ install: all
 .PHONY: clean
 clean:
        $(RM) -f _*.h *.o *.so* *.a $(CLIENTS) $(DEPS)
-       $(RM) -f _*.c
+       $(RM) -f _*.c *.pyc _libxl_paths.*.tmp
 #      $(RM) -f $(AUTOSRCS) $(AUTOINCS)
 
 distclean: clean

_______________________________________________
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] libxl: Makefile: delete temporary files during make clean, Xen patchbot-unstable <=