Re: [ovs-dev] [PATCH] build-windows: Enable parallel jobs for msbuild

2016-02-22 Thread Ben Pfaff
On Thu, Feb 11, 2016 at 03:09:32AM +, Alin Serdean wrote: > This patch enables parallel build from the command line. > > If vstudio_config is defined change from: > make ovsext_make to make ovsext and also update the dependecy for it, > since the project requires OvsDpInterface.h to be built.

Re: [ovs-dev] [PATCH] build-windows: Enable parallel jobs for msbuild

2016-02-16 Thread Alin Serdean
Re: [ovs-dev] [PATCH] build-windows: Enable parallel jobs for > msbuild > > Do you guys want me to commit this as is or wait for a revision? > > On Tue, Feb 16, 2016 at 07:25:01PM +, Sairam Venugopal wrote: > > Minor - can use /m instead. > > > > Acked-by: Sa

Re: [ovs-dev] [PATCH] build-windows: Enable parallel jobs for msbuild

2016-02-16 Thread Ben Pfaff
Do you guys want me to commit this as is or wait for a revision? On Tue, Feb 16, 2016 at 07:25:01PM +, Sairam Venugopal wrote: > Minor - can use /m instead. > > Acked-by: Sairam Venugopal > > > On 2/10/16, 7:09 PM, "Alin Serdean" > wrote: > > >This patch enables parallel build from the c

Re: [ovs-dev] [PATCH] build-windows: Enable parallel jobs for msbuild

2016-02-16 Thread Sairam Venugopal
Minor - can use /m instead. Acked-by: Sairam Venugopal On 2/10/16, 7:09 PM, "Alin Serdean" wrote: >This patch enables parallel build from the command line. > >If vstudio_config is defined change from: >make ovsext_make to make ovsext and also update the dependecy for it, >since the project re

[ovs-dev] [PATCH] build-windows: Enable parallel jobs for msbuild

2016-02-10 Thread Alin Serdean
This patch enables parallel build from the command line. If vstudio_config is defined change from: make ovsext_make to make ovsext and also update the dependecy for it, since the project requires OvsDpInterface.h to be built. Signed-off-by: Alin Gabriel Serdean --- Makefile.am | 14 +++-