From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50691) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XjSoy-0005wc-Pc for qemu-devel@nongnu.org; Wed, 29 Oct 2014 08:57:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XjSos-0000Is-GP for qemu-devel@nongnu.org; Wed, 29 Oct 2014 08:57:52 -0400 Received: from mx1.redhat.com ([209.132.183.28]:49959) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XjSos-0000IX-9A for qemu-devel@nongnu.org; Wed, 29 Oct 2014 08:57:46 -0400 Message-ID: <5450E43E.1090400@redhat.com> Date: Wed, 29 Oct 2014 13:57:34 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1414486075-24732-1-git-send-email-famz@redhat.com> In-Reply-To: <1414486075-24732-1-git-send-email-famz@redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/2] buildsys: Convert SDL_CFLAGS to .mo-cflags List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Fam Zheng , qemu-devel@nongnu.org Cc: Peter Maydell , Michael Tokarev On 10/28/2014 09:47 AM, Fam Zheng wrote: > This is actually the first user of the *.mo rule syntax. It's the recommended > way to specify per object flags, which also makes the sophisticated rules in > rules.mak less likely to bit rot. Applied, thanks. Paolo > Fam > > > > Fam Zheng (2): > rules.mak: Allow .mo-objs and .mo-cflags in -y variables > ui: Use the new ".mo-cflags" rule syntax for SDL_CFLAGS > > rules.mak | 5 +++++ > ui/Makefile.objs | 5 +++-- > 2 files changed, 8 insertions(+), 2 deletions(-) >