From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LpT9e-0003Pw-Tl for qemu-devel@nongnu.org; Thu, 02 Apr 2009 16:04:50 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LpT9a-0003O1-58 for qemu-devel@nongnu.org; Thu, 02 Apr 2009 16:04:50 -0400 Received: from [199.232.76.173] (port=34424 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LpT9a-0003Ny-2b for qemu-devel@nongnu.org; Thu, 02 Apr 2009 16:04:46 -0400 Received: from fmmailgate01.web.de ([217.72.192.221]:41327) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LpT9Z-0002YI-IG for qemu-devel@nongnu.org; Thu, 02 Apr 2009 16:04:45 -0400 Received: from smtp06.web.de (fmsmtp06.dlan.cinetic.de [172.20.5.172]) by fmmailgate01.web.de (Postfix) with ESMTP id BE6FDFF57133 for ; Thu, 2 Apr 2009 22:04:43 +0200 (CEST) Received: from [92.74.52.105] (helo=[192.168.1.2]) by smtp06.web.de with asmtp (TLSv1:AES256-SHA:256) (WEB.DE 4.110 #277) id 1LpT9X-0004aZ-00 for qemu-devel@nongnu.org; Thu, 02 Apr 2009 22:04:43 +0200 Message-ID: <49D51A5B.1050206@web.de> Date: Thu, 02 Apr 2009 22:04:43 +0200 From: Jan Kiszka MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig1CE9AB1D840EB6A3BBC8F0F8" Sender: jan.kiszka@web.de Subject: [Qemu-devel] [PATCH] build system: clean qemu-options.texi and gdbstub-xml.c Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig1CE9AB1D840EB6A3BBC8F0F8 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: quoted-printable Signed-off-by: Jan Kiszka --- Makefile | 2 +- Makefile.target | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 2bee52c..84437a0 100644 --- a/Makefile +++ b/Makefile @@ -219,7 +219,7 @@ clean: done =20 distclean: clean - rm -f config-host.mak config-host.h $(DOCS) + rm -f config-host.mak config-host.h $(DOCS) qemu-options.texi rm -f qemu-{doc,tech}.{info,aux,cp,dvi,fn,info,ky,log,pg,toc,tp,vr} for d in $(TARGET_DIRS); do \ rm -rf $$d || exit 1 ; \ diff --git a/Makefile.target b/Makefile.target index e855dc3..ebc83a5 100644 --- a/Makefile.target +++ b/Makefile.target @@ -754,7 +754,7 @@ qemu-options.h: $(SRC_PATH)/qemu-options.hx sh $(SRC_PATH)/hxtool -h < $< > $@ =20 clean: - rm -f *.o *.a *~ $(PROGS) nwfpe/*.o fpu/*.o qemu-options.h + rm -f *.o *.a *~ $(PROGS) nwfpe/*.o fpu/*.o qemu-options.h gdbstub-xml.= c rm -f *.d */*.d tcg/*.o =20 install: all --------------enig1CE9AB1D840EB6A3BBC8F0F8 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (GNU/Linux) Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org iEYEARECAAYFAknVGlsACgkQniDOoMHTA+mhsQCfdLuh06ukHdcXr2W5rtsYwoyj +X8Anj9vY+RUJ3t0iW2p0n/6PqHEXNZk =sruC -----END PGP SIGNATURE----- --------------enig1CE9AB1D840EB6A3BBC8F0F8--