From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Guthro Subject: [PATCH] [QEMU] remove .depend file on clean build Date: Wed, 06 Jun 2007 12:26:17 -0400 Message-ID: <4666E029.9060802@virtualiron.com> References: <9392A06CB0FDC847B3A530B3DC174E7B02A95EDB@mse10be1.mse10.exchange.ms> <4666DA1C.4010708@virtualiron.com> <4666DB2C.9000707@virtualiron.com><4666DB2C.9000707@virtualiron.com> <4666DC10.9020107@virtualiron.com> <4666FA22.76E4.0078.0@novell.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------040602020309010401030300" Return-path: In-Reply-To: <4666FA22.76E4.0078.0@novell.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org This is a multi-part message in MIME format. --------------040602020309010401030300 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit qemu-build-dependency.patch: Ensure .depend files are cleaned up properly for a "make clean" Signed-off-by: Boris Ostrovsky --------------040602020309010401030300 Content-Type: text/x-patch; name="qemu-build-dependency.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="qemu-build-dependency.patch" diff -r 6a486f395f92 tools/ioemu/Makefile.target --- a/tools/ioemu/Makefile.target Tue Jun 05 07:45:18 2007 -0400 +++ b/tools/ioemu/Makefile.target Tue Jun 05 07:46:14 2007 -0400 @@ -609,7 +609,7 @@ endif $(CC) $(CPPFLAGS) -c -o $@ $< clean: - rm -f *.o *.a *~ $(PROGS) gen-op.h opc.h op.h nwfpe/*.o slirp/*.o fpu/*.o + rm -f *.o *.a *~ $(PROGS) gen-op.h opc.h op.h nwfpe/*.o slirp/*.o fpu/*.o .depend distclean: clean rm -rf config.mak config.h --------------040602020309010401030300 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel --------------040602020309010401030300--