]> git.ipfire.org Git - thirdparty/openssl.git/commit
Windows makefile generator: Don't delete long lists of files in one go
authorRichard Levitte <levitte@openssl.org>
Tue, 25 Feb 2020 10:14:28 +0000 (11:14 +0100)
committerRichard Levitte <levitte@openssl.org>
Tue, 31 Mar 2020 13:33:20 +0000 (15:33 +0200)
commitf4c88073091592b1ff92ba12c894488ff7d03ece
treed9d03a6361c74a8803b431adcfe4c4c2b3a277e0
parenta70535f84902b8d86c16ef3fe9d570b96fa5cfce
Windows makefile generator: Don't delete long lists of files in one go

The Windows command line has its limits, and we're hitting it hard.
We therefore generate one 'del' command for each explicit file for the
'clean' target.

Fixes #11163

Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
(Merged from https://github.com/openssl/openssl/pull/11171)
Configurations/windows-makefile.tmpl