Port Ben's parallell Makefile hack to Windows
authorRichard Levitte <levitte@openssl.org>
Sat, 22 Apr 2017 13:06:35 +0000 (15:06 +0200)
committerRichard Levitte <levitte@openssl.org>
Sun, 23 Apr 2017 14:07:47 +0000 (16:07 +0200)
commitf919c12f5c8b92f0318c650573e774fe6522c27c
treee950513c998797ee19f38b1a90d119acc706d10e
parent7643a1723ef8eb4e542e57dfadeeb8eff788ec05
Port Ben's parallell Makefile hack to Windows

jom is an nmake clone that does parallell building, via the same -j
argument as GNU make.  To make it work, we need to apply the same
dependeency build up as done in 27c40a93175d4dcb559325db9354910b3d16cd4e

Fixes #3272

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3277)
Configurations/windows-makefile.tmpl