Re: [Qemu-devel] [PATCH 0/2] buildsys: Convert SDL_CFLAGS to .mo-cflags

2014-10-29 Thread Paolo Bonzini
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): > r

[Qemu-devel] [PATCH 0/2] buildsys: Convert SDL_CFLAGS to .mo-cflags

2014-10-28 Thread Fam Zheng
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-cflag