Re: [libvirt] [PATCH] examples: Use one top level makefile

2016-01-10 Thread Martin Kletzander
On Sat, Jan 09, 2016 at 09:20:44PM -0500, Cole Robinson wrote: Using one Makefile per example subdirectory essentially serializes 'make' calls. Convert to one example/Makefile that builds and distributes all the subdir files. This reduces example/ rebuild time from about 5.8 seconds to 1.5

Re: [libvirt] [PATCH] examples: Use one top level makefile

2016-01-10 Thread Cole Robinson
On 01/10/2016 05:37 AM, Martin Kletzander wrote: > On Sat, Jan 09, 2016 at 09:20:44PM -0500, Cole Robinson wrote: >> Using one Makefile per example subdirectory essentially serializes 'make' >> calls. Convert to one example/Makefile that builds and distributes >> all the subdir files. This reduces

[libvirt] [PATCH] examples: Use one top level makefile

2016-01-09 Thread Cole Robinson
Using one Makefile per example subdirectory essentially serializes 'make' calls. Convert to one example/Makefile that builds and distributes all the subdir files. This reduces example/ rebuild time from about 5.8 seconds to 1.5 seconds on my machine. One slight difference is that we no longer