From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jacob Gorm Hansen Subject: Re: [patch] make make clean remove a few more files Date: Tue, 15 Feb 2005 15:46:53 -0800 Message-ID: <421289ED.6070408@diku.dk> References: <42125611.7000801@diku.dk> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------030902090503050603040804" In-Reply-To: <42125611.7000801@diku.dk> Sender: xen-devel-admin@lists.sourceforge.net Errors-To: xen-devel-admin@lists.sourceforge.net List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , List-Archive: To: Jacob Gorm Hansen Cc: xen-devel List-Id: xen-devel@lists.xenproject.org This is a multi-part message in MIME format. --------------030902090503050603040804 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit oops, the last part was unrelated to this change -- new version attached. Jacob --------------030902090503050603040804 Content-Type: text/plain; name="makeclean.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="makeclean.patch" --- 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 --------------030902090503050603040804-- ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click