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:08:29 +0000 (16:08 +0200)
commitfdd00d335b21e52b80e8423a072d6f82ca83f1c6
tree01ad15924271afa0d3a11d235f54097eeab68c23
parent2c0b8d2872057fdda22d3f41c3d4e59835b414b4
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)
(cherry picked from commit f919c12f5c8b92f0318c650573e774fe6522c27c)
Configurations/windows-makefile.tmpl