From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40631) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xj2RU-0002q6-IO for qemu-devel@nongnu.org; Tue, 28 Oct 2014 04:47:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xj2RO-00065K-F2 for qemu-devel@nongnu.org; Tue, 28 Oct 2014 04:47:52 -0400 Received: from mx1.redhat.com ([209.132.183.28]:48887) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xj2RO-000658-7c for qemu-devel@nongnu.org; Tue, 28 Oct 2014 04:47:46 -0400 From: Fam Zheng Date: Tue, 28 Oct 2014 16:47:53 +0800 Message-Id: <1414486075-24732-1-git-send-email-famz@redhat.com> Subject: [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: qemu-devel@nongnu.org Cc: Paolo Bonzini , Michael Tokarev , Peter Maydell 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. 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(-) -- 1.9.3