[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-changelog] [xen-unstable] libxenlight: Delete dep files on 'make clean', and include them in Makefile rules.



# HG changeset patch
# User Keir Fraser <keir.fraser@xxxxxxxxxx>
# Date 1259909446 0
# Node ID 1c024e1227c0cea87d309e39fd21b8f4eeca51a5
# Parent  0f35fb4f73d6a2b58786868c9816f68399470e4c
libxenlight: Delete dep files on 'make clean', and include them in Makefile 
rules.

Signed-off-by: Keir Fraser <keir.fraser@xxxxxxxxxx>
---
 tools/libxl/Makefile |    3 ++-
 1 files changed, 2 insertions(+), 1 deletion(-)

diff -r 0f35fb4f73d6 -r 1c024e1227c0 tools/libxl/Makefile
--- a/tools/libxl/Makefile      Thu Dec 03 13:52:02 2009 +0000
+++ b/tools/libxl/Makefile      Fri Dec 04 06:50:46 2009 +0000
@@ -69,9 +69,10 @@ install: all
 
 .PHONY: clean
 clean:
-       $(RM) -f *.o *.so* *.a $(CLIENTS)
+       $(RM) -f *.o *.so* *.a $(CLIENTS) $(DEPS)
        $(RM) -rf $(LIBCONFIG_SOURCE)
 
 distclean: clean
        $(RM) -f $(LIBCONFIG_SOURCE).tar.gz
 
+-include $(DEPS)

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


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.