From: Tanzinul Islam Date: Fri, 27 Nov 2020 14:22:38 +0000 (+0000) Subject: Add explanation + bugtracker link for quoted dependency workarounds X-Git-Tag: openssl-3.0.0-alpha15~53 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=847f41d97c966707d45da5640792e3bd8f8d23fd;p=thirdparty%2Fopenssl.git Add explanation + bugtracker link for quoted dependency workarounds Reviewed-by: Richard Levitte Reviewed-by: Dmitry Belyavskiy (Merged from https://github.com/openssl/openssl/pull/13540) --- diff --git a/Configurations/windows-makefile.tmpl b/Configurations/windows-makefile.tmpl index 3160984ccc0..c7e6dfc8509 100644 --- a/Configurations/windows-makefile.tmpl +++ b/Configurations/windows-makefile.tmpl @@ -639,6 +639,10 @@ $args{target}: $deps EOF } + # This function (and the next) avoids quoting paths of generated dependencies + # (in the build tree), but quotes paths of non-generated dependencies (in the + # source tree). This is a workaround for a limitation of C++Builder's make.exe + # in handling quoted paths: https://quality.embarcadero.com/browse/RSP-31756 sub generatesrc { my %args = @_; my $gen0 = $args{generator}->[0];