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)
committerTodd Short <todd.short@me.com>
Fri, 13 Oct 2023 14:36:28 +0000 (10:36 -0400)
commit499184145d22df59a9c53e530a5ccfdd07753614
tree588d14c212d534ae262efffeb113cf0ab3164b48
parent0496d2dc35b6165873ce4fe4ffbef2458bdd8a0f
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: Richard Levitte <levitte@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Todd Short <todd.short@me.com>
(Merged from https://github.com/openssl/openssl/pull/21821)
Configurations/unix-Makefile.tmpl