[ovs-dev] [PATCH 1/2] cccl: Enable ability to parallel build.

Gurucharan Shetty shettyg at nicira.com
Thu Aug 28 16:39:25 UTC 2014


The /FS option allows serial access to PDB file creation letting
parallel builds succeed with mingw32-make (with some tricks). The
'make' that comes with MSYS has a bug that causes hangs with
parallel builds which supposedly has been fixed in the upcoming
1.0.19 release.

Signed-off-by: Gurucharan Shetty <gshetty at nicira.com>
---
 build-aux/cccl |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build-aux/cccl b/build-aux/cccl
index d6915aa..c18629a 100644
--- a/build-aux/cccl
+++ b/build-aux/cccl
@@ -45,7 +45,7 @@ esac
 # We'll assume cl to start out
 prog=cl
 # opts specifies the command line to pass to the MSVC program
-clopt="${slash}nologo"
+clopt="${slash}nologo ${slash}FS"
 linkopt="${slash}nologo"
 # gotparam is 0 if we didn't ever see a param, in which case we show usage()
 gotparam=
-- 
1.7.9.5




More information about the dev mailing list