Re: [Qemu-devel] [PATCH v3] qapi: Reduce Makefile boilerplate

2018-11-22 Thread Yuval Shaia
On Tue, Nov 20, 2018 at 01:17:28PM +0200, Eric Blake wrote: > Adding a new qapi module had some rather tedious repetition to > wire it into Makefile, Makefile.objs, and .gitignore (for example, > see commit bf42508f and its followup b61acdec). For make, add some > indirection by taking advantage of

Re: [Qemu-devel] [PATCH v3] qapi: Reduce Makefile boilerplate

2018-11-19 Thread Markus Armbruster
Eric Blake writes: > Adding a new qapi module had some rather tedious repetition to > wire it into Makefile, Makefile.objs, and .gitignore (for example, > see commit bf42508f and its followup b61acdec). For make, add some > indirection by taking advantage of GNU Make string processing to > expand

Re: [Qemu-devel] [PATCH v3] qapi: Reduce Makefile boilerplate

2018-11-19 Thread Daniel P . Berrangé
On Fri, Nov 16, 2018 at 02:00:16PM -0600, Eric Blake wrote: > Adding a new qapi module had some rather tedious repetition to > wire it into Makefile, Makefile.objs, and .gitignore (for example, > see commit bf42508f and its followup b61acdec). For make, add some > indirection by taking advantage of

[Qemu-devel] [PATCH v3] qapi: Reduce Makefile boilerplate

2018-11-16 Thread Eric Blake
Adding a new qapi module had some rather tedious repetition to wire it into Makefile, Makefile.objs, and .gitignore (for example, see commit bf42508f and its followup b61acdec). For make, add some indirection by taking advantage of GNU Make string processing to expand a list of module names into al