Avoid "&&" in windows-makefile.tmpl
authorTanzinul Islam <tanzinul.islam@gmail.com>
Sat, 7 Nov 2020 12:52:30 +0000 (12:52 +0000)
committerDmitry Belyavskiy <beldmit@gmail.com>
Mon, 19 Apr 2021 09:05:53 +0000 (11:05 +0200)
commit1bb381227b432676451ead3f9d4b92352464e9cc
tree934bc3be32ae55124c809f46eac36c1e81dd35af
parenta4afa6c1d00c027a5afc8974a298e0f54607f1b5
Avoid "&&" in windows-makefile.tmpl

The `make.exe` utility shipped with Embarcadero C++Builder has a special
meaning for the [`&&` operator in commands][1]. This meaning is retained
even in Microsoft NMake compatibility mode (`make -N`). Split all
commands using this shell (`cmd.exe`) operator into two commands.

[1]: http://docwiki.embarcadero.com/RADStudio/Sydney/en/MAKE_Rules_(Explicit_and_Implicit)_and_Commands#MAKE_Command_Operators

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/13540)
Configurations/windows-makefile.tmpl