From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=57833 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OFl0a-0004O5-KL for qemu-devel@nongnu.org; Sat, 22 May 2010 05:28:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OFl0W-00021B-N5 for qemu-devel@nongnu.org; Sat, 22 May 2010 05:28:40 -0400 Received: from mail-pv0-f173.google.com ([74.125.83.173]:52609) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OFl0W-000214-HV for qemu-devel@nongnu.org; Sat, 22 May 2010 05:28:36 -0400 Received: by pvg6 with SMTP id 6so812179pvg.4 for ; Sat, 22 May 2010 02:28:35 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <4BEE7F82.6050507@web.de> References: <4BEE7F82.6050507@web.de> From: Blue Swirl Date: Sat, 22 May 2010 09:28:14 +0000 Message-ID: Subject: Re: [Qemu-devel] [PATCH] Clean libhw subdirs as well Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka Cc: qemu-devel , Juan Quintela Thanks, applied. On Sat, May 15, 2010 at 11:03 AM, Jan Kiszka wrote: > From: Jan Kiszka > > Signed-off-by: Jan Kiszka > --- > =C2=A0Makefile.hw | =C2=A0 =C2=A02 +- > =C2=A01 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/Makefile.hw b/Makefile.hw > index be35359..b9181ab 100644 > --- a/Makefile.hw > +++ b/Makefile.hw > @@ -18,7 +18,7 @@ all: $(hw-obj-y) > =C2=A0 =C2=A0 =C2=A0 =C2=A0@true > > =C2=A0clean: > - =C2=A0 =C2=A0 =C2=A0 rm -f *.o *.d *.a *~ > + =C2=A0 =C2=A0 =C2=A0 rm -f *.o */*.o *.d */*.d *.a */*.a *~ */*~ > > =C2=A0# Include automatically generated dependency files > =C2=A0-include $(wildcard *.d */*.d) > -- > 1.6.0.2 > >