[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] tools: Some fixes for 'make clean'.
# 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
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |