From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=52891 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OUAW3-0000b9-BW for qemu-devel@nongnu.org; Wed, 30 Jun 2010 23:32:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OUAW2-0000UB-C3 for qemu-devel@nongnu.org; Wed, 30 Jun 2010 23:32:43 -0400 Received: from fgwmail7.fujitsu.co.jp ([192.51.44.37]:53131) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OUAW1-0000U3-R5 for qemu-devel@nongnu.org; Wed, 30 Jun 2010 23:32:42 -0400 Received: from m1.gw.fujitsu.co.jp ([10.0.50.71]) by fgwmail7.fujitsu.co.jp (Fujitsu Gateway) with ESMTP id o613WeQX009757 for (envelope-from seto.hidetoshi@jp.fujitsu.com); Thu, 1 Jul 2010 12:32:40 +0900 Received: from smail (m1 [127.0.0.1]) by outgoing.m1.gw.fujitsu.co.jp (Postfix) with ESMTP id 6499745DE56 for ; Thu, 1 Jul 2010 12:32:40 +0900 (JST) Received: from s1.gw.fujitsu.co.jp (s1.gw.fujitsu.co.jp [10.0.50.91]) by m1.gw.fujitsu.co.jp (Postfix) with ESMTP id 34FF745DE52 for ; Thu, 1 Jul 2010 12:32:40 +0900 (JST) Received: from s1.gw.fujitsu.co.jp (localhost.localdomain [127.0.0.1]) by s1.gw.fujitsu.co.jp (Postfix) with ESMTP id B435F1DB805E for ; Thu, 1 Jul 2010 12:32:39 +0900 (JST) Received: from m108.s.css.fujitsu.com (m108.s.css.fujitsu.com [10.249.87.108]) by s1.gw.fujitsu.co.jp (Postfix) with ESMTP id D9FC01DB8052 for ; Thu, 1 Jul 2010 12:32:37 +0900 (JST) Received: from m108.css.fujitsu.com (m108 [127.0.0.1]) by m108.s.css.fujitsu.com (Postfix) with ESMTP id AF9CB428054 for ; Thu, 1 Jul 2010 12:32:37 +0900 (JST) Received: from [127.0.0.1] (unknown [10.124.100.141]) by m108.s.css.fujitsu.com (Postfix) with ESMTP id 4E81B428052 for ; Thu, 1 Jul 2010 12:32:37 +0900 (JST) Message-ID: <4C2C0C50.9010408@jp.fujitsu.com> Date: Thu, 01 Jul 2010 12:32:32 +0900 From: Hidetoshi Seto MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-2022-JP Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] [PATCH] Makefile: add qemu-options.def to distclean List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Remove generated qemu-options.def at "make distclean". Signed-off-by: Hidetoshi Seto --- Makefile | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/Makefile b/Makefile index 221fbd8..560eac6 100644 --- a/Makefile +++ b/Makefile @@ -168,6 +168,7 @@ clean: distclean: clean rm -f config-host.mak config-host.h* config-host.ld $(DOCS) qemu-options.texi qemu-img-cmds.texi qemu-monitor.texi + rm -f qemu-options.def rm -f config-all-devices.mak rm -f roms/seabios/config.mak roms/vgabios/config.mak rm -f qemu-{doc,tech}.{info,aux,cp,dvi,fn,info,ky,log,pdf,pg,toc,tp,vr} -- 1.7.0