From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F7VYQ-0001xC-CO for qemu-devel@nongnu.org; Fri, 10 Feb 2006 05:31:07 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F7VYN-0001wt-35 for qemu-devel@nongnu.org; Fri, 10 Feb 2006 05:31:04 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F7VYL-0001wp-Ti for qemu-devel@nongnu.org; Fri, 10 Feb 2006 05:31:02 -0500 Received: from [217.24.0.78] (helo=legolas.otaku42.de) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1F7Vc6-0000d1-6D for qemu-devel@nongnu.org; Fri, 10 Feb 2006 05:34:54 -0500 Received: from dslb-084-058-148-172.pools.arcor-ip.net ([84.58.148.172] helo=localhost ident=otaku) by legolas.otaku42.de with esmtpa (Exim 4.50 and XAMS 0.0.11) id 1F7VYJ-0003t1-Ej for qemu-devel@nongnu.org; Fri, 10 Feb 2006 11:30:59 +0100 From: Michael Renzmann Content-Type: multipart/mixed; boundary="=-TrC3gFGMAet3UR3ZISjx" Date: Fri, 10 Feb 2006 11:30:59 +0100 Message-Id: <1139567459.5127.12.camel@gimli> Mime-Version: 1.0 Subject: [Qemu-devel] [PATCH] distclean target: remove config-host-kqemu.mak Reply-To: mrenzmann@otaku42.de, qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel --=-TrC3gFGMAet3UR3ZISjx Content-Type: text/plain Content-Transfer-Encoding: 7bit Hi. The attached trivial patch for current CVS adds config-host-kqemu.mak to the list of removed files in the distclean target. Bye, Mike --=-TrC3gFGMAet3UR3ZISjx Content-Disposition: attachment; filename=qemu-cvs-distclean.diff Content-Type: text/x-patch; name=qemu-cvs-distclean.diff; charset=ANSI_X3.4-1968 Content-Transfer-Encoding: 7bit Index: Makefile =================================================================== --- Makefile (revision 4) +++ Makefile (working copy) @@ -35,7 +35,7 @@ done distclean: clean - rm -f config-host.mak config-host.h + rm -f config-host.mak config-host.h config-host-kqemu.mak for d in $(TARGET_DIRS); do \ rm -rf $$d || exit 1 ; \ done --=-TrC3gFGMAet3UR3ZISjx--