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

[Xen-devel] [patch] make make clean remove a few more files


  • To: xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxxxx>
  • From: Jacob Gorm Hansen <jacobg@xxxxxxx>
  • Date: Tue, 15 Feb 2005 12:05:37 -0800
  • Delivery-date: Tue, 15 Feb 2005 20:07:22 +0000
  • List-id: List for Xen developers <xen-devel.lists.sourceforge.net>

attached patch should be self-explanatory.

Jacob
--- orig/Makefile
+++ mod/Makefile
@@ -38,7 +38,7 @@
 install: install-xen install-tools install-kernels install-docs
 
 # build and install everything into local dist directory
-dist: xen tools kernels docs
+dist: xen tools docs
        $(INSTALL_DIR) $(DISTDIR)/check
        $(INSTALL_DATA) ./COPYING $(DISTDIR)
        $(INSTALL_DATA) ./README $(DISTDIR)


--- orig/tools/Makefile
+++ mod/tools/Makefile
@@ -25,6 +25,7 @@
        $(MAKE) -C ioemu install
 
 clean:
+       $(MAKE) -C check clean
        $(MAKE) -C libxutil clean
        $(MAKE) -C libxc clean
        $(MAKE) -C misc clean


--- orig/tools/xcs/Makefile
+++ mod/tools/xcs/Makefile
@@ -31,7 +31,7 @@
 all: $(BIN) xcsdump
 
 clean:
-       $(RM) *.a *.so *.o *.rpm $(BIN) ctrl_dump
+       $(RM) *.a *.so *.o *.rpm $(BIN) ctrl_dump xcsdump
 
 xcsdump: xcsdump.c
        $(CC) $(CFLAGS) -o xcsdump xcsdump.c -L$(XEN_LIBXC) -L$(XEN_LIBXUTIL) \


--- orig/xen/Makefile
+++ mod/xen/Makefile
@@ -42,7 +42,7 @@
        $(MAKE) -C common clean
        $(MAKE) -C drivers clean
        $(MAKE) -C arch/$(TARGET_ARCH) clean
-       rm -f include/asm *.o $(TARGET)* *~ core include/xen/compile.h
+       rm -f include/asm *.o $(TARGET)* *~ core include/xen/compile.h 
include/xen/banner.h
        rm -f include/asm-*/asm-offsets.h
        rm -f tools/figlet/*.o tools/figlet/figlet
 
@@ -85,7 +85,7 @@
        tools/figlet/figlet -d tools/figlet Xen 
$(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION) > $@.new
        @mv -f $@.new $@
 
-include/asm-$(TARGET_ARCH)/asm-offsets.h: arch/$(TARGET_ARCH)/asm-offsets.s
+include/asm-$(TARGET_ARCH)/asm-offsets.h: arch/$(TARGET_ARCH)/asm-offsets.s 
$(HDRS)
        @(set -e; \
          echo "/*"; \
          echo " * DO NOT MODIFY."; \




 


Rackspace

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