>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 <gshe...@nicira.com>

Acked-by: Saurabh Shah <ssaur...@vmware.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
>
>_______________________________________________
>dev mailing list
>dev@openvswitch.org
>https://urldefense.proofpoint.com/v1/url?u=http://openvswitch.org/mailman/
>listinfo/dev&k=oIvRg1%2BdGAgOoM1BIlLLqw%3D%3D%0A&r=pEkjsHfytvHEWufeZPpgqSO
>JMdMjuZPbesVsNhCUc0E%3D%0A&m=9THtMaWSLchBWaFUuEcCkJrB0kbc2MaVNEMRaoraUEY%3
>D%0A&s=36d27dac1ec8d24f7dd4b92327d97b1c46215375f7ecf0fd45189e096753447d

_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to