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

Alin Serdean aserdean at cloudbasesolutions.com
Tue Feb 16 20:18:11 UTC 2016


I prefer longer name because they are easier to find in the documentation.

Alin.
> -----Mesaj original-----
> De la: Ben Pfaff [mailto:blp at ovn.org]
> Trimis: Tuesday, February 16, 2016 9:29 PM
> Către: Sairam Venugopal <vsairam at vmware.com>
> Cc: Alin Serdean <aserdean at cloudbasesolutions.com>;
> dev at openvswitch.org
> Subiect: 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 +0000, Sairam Venugopal wrote:
> > Minor - can use /m instead.
> >
> > Acked-by: Sairam Venugopal <vsairam at vmware.com>
> >
> >
> > On 2/10/16, 7:09 PM, "Alin Serdean" <aserdean at cloudbasesolutions.com>
> > 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.
> > >
> > >Signed-off-by: Alin Gabriel Serdean <aserdean at cloudbasesolutions.com>
> > >---
> > > Makefile.am | 14 +++++++-------
> > > 1 file changed, 7 insertions(+), 7 deletions(-)
> > >
> > >diff --git a/Makefile.am b/Makefile.am index 75ccadf..e882d68 100644
> > >--- a/Makefile.am
> > >+++ b/Makefile.am
> > >@@ -383,17 +383,17 @@ $(srcdir)/manpages.mk: $(MAN_ROOTS)
> > >build-aux/sodepends.pl  CLEANFILES += manpage-dep-check
> > >
> > > if VSTUDIO_DDK
> > >-ALL_LOCAL += ovsext_make
> > >-ovsext_make: datapath-windows/ovsext.sln
> > >-	MSBuild.exe datapath-windows/ovsext.sln /target:Build
> > >/property:Configuration="Win8$(VSTUDIO_CONFIG)"
> > >-	MSBuild.exe datapath-windows/ovsext.sln /target:Build
> > >/property:Configuration="Win8.1$(VSTUDIO_CONFIG)"
> > >+ALL_LOCAL += ovsext
> > >+ovsext: datapath-windows/ovsext.sln
> > >$(srcdir)/datapath-windows/include/OvsDpInterface.h
> > >+	MSBuild.exe //maxcpucount datapath-windows/ovsext.sln
> /target:Build
> > >/property:Configuration="Win8$(VSTUDIO_CONFIG)"
> > >+	MSBuild.exe //maxcpucount datapath-windows/ovsext.sln
> /target:Build
> > >/property:Configuration="Win8.1$(VSTUDIO_CONFIG)"
> > >
> > > CLEAN_LOCAL += ovsext_clean
> > > ovsext_clean: datapath-windows/ovsext.sln
> > >-	MSBuild.exe datapath-windows/ovsext.sln /target:Clean
> > >/property:Configuration="Win8$(VSTUDIO_CONFIG)"
> > >-	MSBuild.exe datapath-windows/ovsext.sln /target:Clean
> > >/property:Configuration="Win8.1$(VSTUDIO_CONFIG)"
> > >+	MSBuild.exe //maxcpucount datapath-windows/ovsext.sln
> /target:Clean
> > >/property:Configuration="Win8$(VSTUDIO_CONFIG)"
> > >+	MSBuild.exe //maxcpucount datapath-windows/ovsext.sln
> /target:Clean
> > >/property:Configuration="Win8.1$(VSTUDIO_CONFIG)"
> > > endif
> > >-.PHONY: ovsext_make
> > >+.PHONY: ovsext
> > >
> > > dist-hook: $(DIST_HOOKS)
> > > all-local: $(ALL_LOCAL)
> > >--
> > >1.9.5.msysgit.0
> > >_______________________________________________
> > >dev mailing list
> > >dev at openvswitch.org
> > >https://urldefense.proofpoint.com/v2/url?u=http-
> 3A__openvswitch.org_m
> > >ailma
> > >n_listinfo_dev&d=BQIGaQ&c=Sqcl0Ez6M0X8aeM67LKIiDJAXVeAw-
> YihVMNtXt-uEs
> > >&r=Dc
> >
> >ruz40PROJ40ROzSpxyQSLw6fcrOWpJgEcEmNR3JEQ&m=hFBiiyGWQjJVAdUu
> tWfJq3kiG
> > >qGusH
> L_HwhlnWDMnyQ&s=Q8kyNqLylnQhvm5ljDd8jUoxo7RcRwvXuW0eTWv_GQ
> g&e=
> >
> > _______________________________________________
> > dev mailing list
> > dev at openvswitch.org
> > http://openvswitch.org/mailman/listinfo/dev



More information about the dev mailing list