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: Some fixes for 'make clean'.

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [xen-unstable] tools: Some fixes for 'make clean'.
From: Xen patchbot-unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Fri, 14 Dec 2007 07:20:09 -0800
Delivery-date: Fri, 14 Dec 2007 07:20:14 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
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 Keir Fraser <keir.fraser@xxxxxxxxxx>
# Date 1197627412 0
# Node ID 1f8797a747434920fac43db7bf56ab32d773342d
# Parent  95bb6485d29da2964859ab09ebcd4762457c37a2
tools: Some fixes for 'make clean'.
Signed-off-by: Kurt Hackel <kurt.hackel@xxxxxxxxxx>
---
 tools/libfsimage/Rules.mk        |    2 +-
 tools/libfsimage/common/Makefile |    2 +-
 tools/libxc/Makefile             |    3 ++-
 tools/python/Makefile            |    2 +-
 4 files changed, 5 insertions(+), 4 deletions(-)

diff -r 95bb6485d29d -r 1f8797a74743 tools/libfsimage/Rules.mk
--- a/tools/libfsimage/Rules.mk Fri Dec 14 10:15:00 2007 +0000
+++ b/tools/libfsimage/Rules.mk Fri Dec 14 10:16:52 2007 +0000
@@ -27,6 +27,6 @@ fs-install: fs-all
        $(CC) $(CFLAGS) $(LDFLAGS) $(SHLIB_CFLAGS) -o $@ $^ -lfsimage 
$(FS_LIBDEPS)
 
 clean distclean:
-       rm -f $(PIC_OBJS) $(FSLIB)
+       rm -f $(PIC_OBJS) $(FSLIB) $(DEPS)
 
 -include $(DEPS)
diff -r 95bb6485d29d -r 1f8797a74743 tools/libfsimage/common/Makefile
--- a/tools/libfsimage/common/Makefile  Fri Dec 14 10:15:00 2007 +0000
+++ b/tools/libfsimage/common/Makefile  Fri Dec 14 10:16:52 2007 +0000
@@ -32,7 +32,7 @@ install: all
        $(INSTALL_DATA) fsimage_grub.h $(DESTDIR)/usr/include
 
 clean distclean:
-       rm -f $(PIC_OBJS) $(LIB)
+       rm -f $(PIC_OBJS) $(LIB) $(DEPS)
 
 libfsimage.so: libfsimage.so.$(MAJOR)
        ln -sf $< $@
diff -r 95bb6485d29d -r 1f8797a74743 tools/libxc/Makefile
--- a/tools/libxc/Makefile      Fri Dec 14 10:15:00 2007 +0000
+++ b/tools/libxc/Makefile      Fri Dec 14 10:16:52 2007 +0000
@@ -125,7 +125,8 @@ clean:
 clean:
        rm -rf *.rpm $(LIB) *~ $(DEPS) xen \
             $(CTRL_LIB_OBJS) $(CTRL_PIC_OBJS) \
-            $(GUEST_LIB_OBJS) $(GUEST_PIC_OBJS)
+            $(GUEST_LIB_OBJS) $(GUEST_PIC_OBJS) \
+            $(LIBELF_SRCS) libelf-private.h
 
 .PHONY: rpm
 rpm: build
diff -r 95bb6485d29d -r 1f8797a74743 tools/python/Makefile
--- a/tools/python/Makefile     Fri Dec 14 10:15:00 2007 +0000
+++ b/tools/python/Makefile     Fri Dec 14 10:16:52 2007 +0000
@@ -104,4 +104,4 @@ test:
 
 .PHONY: clean
 clean:
-       rm -rf build *.pyc *.pyo *.o *.a *~ $(CATALOGS) xen/util/xsm/xsm.py
+       rm -rf build *.pyc *.pyo *.o *.a *~ $(CATALOGS) xen/util/xsm/xsm.py 
xen/util/auxbin.pyc

_______________________________________________
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: Some fixes for 'make clean'., Xen patchbot-unstable <=