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] Fix the clean target of the tools/xenstore Makefile to

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] Fix the clean target of the tools/xenstore Makefile to
From: Xen patchbot -unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Tue, 08 Nov 2005 13:00:08 +0000
Delivery-date: Tue, 08 Nov 2005 13:00:13 +0000
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/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/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 kaf24@xxxxxxxxxxxxxxxxxxxx
# Node ID becf19225569e2064f5bf9e1924242af157370bb
# Parent  0aeb37de0e4ad74902f72c6423f32c1123b51769
Fix the clean target of the tools/xenstore Makefile to 
remove all files created. Currently leaves some of its
files behind.

Signed-off-by: Tobias Hunger <tobias@xxxxxxxxxx>

diff -r 0aeb37de0e4a -r becf19225569 tools/xenstore/Makefile
--- a/tools/xenstore/Makefile   Tue Nov  8 10:44:48 2005
+++ b/tools/xenstore/Makefile   Tue Nov  8 11:06:18 2005
@@ -77,7 +77,7 @@
 clean: testsuite-clean
        rm -f *.o *.opic *.so
        rm -f xenstored xs_random xs_stress xs_crashme
-       rm -f xs_test xenstored_test xs_tdb_dump
+       rm -f xs_test xenstored_test xs_tdb_dump xsls $(CLIENTS)
        $(RM) $(PROG_DEP)
 
 print-dir:

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] Fix the clean target of the tools/xenstore Makefile to, Xen patchbot -unstable <=