Update unix Makefile template to handle paths with spaces
authorJames Muir <james@openssl.org>
Tue, 10 Oct 2023 16:41:59 +0000 (12:41 -0400)
committerTomas Mraz <tomas@openssl.org>
Wed, 18 Oct 2023 07:23:49 +0000 (09:23 +0200)
commitf4bc5568a973e640a70f416da37a030c25a38ebc
tree5ea52ff32cb53afdc7100afd9b45420563a30621
parent679ca85244aadab9ccde951b36f37a30c6bc96da
Update unix Makefile template to handle paths with spaces

Fixes #4668 (on unix-like platforms)

Testing:

  rm -rf "$HOME/tmp/beforespace afterspace"
  ./Configure -Werror --strict-warnings --prefix="$HOME/tmp/beforespace afterspace"
  make -j6 update
  make -j6
  make install
  make test

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22386)
Configurations/unix-Makefile.tmpl