Have install targets depend on more precise build targets
authorRichard Levitte <levitte@openssl.org>
Wed, 7 Nov 2018 15:13:57 +0000 (16:13 +0100)
committerRichard Levitte <levitte@openssl.org>
Thu, 8 Nov 2018 22:23:46 +0000 (23:23 +0100)
commite8d01a608705e4320082a11a3870aa7e19c7290f
tree55e94f2482b5bff40e719b811d83332d797a027f
parentc1123d9f7efb005a109aeccaba82c40bf9bd4c1d
Have install targets depend on more precise build targets

We only had the main 'install' target depend on 'all'.  This changes
the dependencies so targets like install_dev, install_runtime_libs,
install_engines and install_programs depend on build targets that are
correspond to them more specifically.  This increases the parallel
possibilities.

Fixes #7466

Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/7583)
Configurations/descrip.mms.tmpl
Configurations/unix-Makefile.tmpl
Configurations/windows-makefile.tmpl