Skip to content

Commit

Permalink
Update unix Makefile template to handle paths with spaces
Browse files Browse the repository at this point in the history
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 #21821)
  • Loading branch information
James Muir authored and tmshort committed Oct 13, 2023
1 parent 0496d2d commit 4991841
Showing 1 changed file with 147 additions and 147 deletions.

0 comments on commit 4991841

Please sign in to comment.