]> git.ipfire.org Git - thirdparty/openssl.git/commit
Serialize install process to avoid multiple make depend operations
authorNeil Horman <nhorman@openssl.org>
Mon, 14 Apr 2025 16:23:15 +0000 (12:23 -0400)
committerNeil Horman <nhorman@openssl.org>
Wed, 16 Apr 2025 20:13:02 +0000 (16:13 -0400)
commit29eb7e0689b9c4231d9603a7d19475bed216d779
treef10177c07ec8d990da61d29be2bddffd43a06304
parent5857bdbb766a206f4efe7e8c72cf6721a625bd90
Serialize install process to avoid multiple make depend operations

If make install is run with a large -j value (make install -j N , where
N < 1)

We can run into a situation in which the install fails because multiple
make depend operations are running in parallel, which will fail due to
makefile rewriting.

Serialize the install process to guarantee that those operations don't
step on one another

Fixes # 27074

Reviewed-by: Saša Nedvědický <sashan@openssl.org>
Reviewed-by: Paul Dale <ppzgs1@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/27388)
Configurations/unix-Makefile.tmpl