Split Makefile clean recipe for document sets into individual lines.
authorRandall S. Becker <rsbecker@nexbridge.com>
Mon, 29 Mar 2021 19:45:40 +0000 (13:45 -0600)
committerPauli <pauli@openssl.org>
Wed, 31 Mar 2021 03:33:35 +0000 (13:33 +1000)
commitc47a0803cea452ae009aeebc4f8b5e2da0524eaa
tree2889e68e3aefe6be7a1735aa0228c6e252380dda
parentb24b72d109eab6f06380002796b89bb0f04af874
Split Makefile clean recipe for document sets into individual lines.

This is needed for less capable platforms with limits on the size of
command line argument lists.

Fixes #14732

CLA: The author has the permission to grant the OpenSSL Team the right to use this change.

Signed-off-by: Randall S. Becker <rsbecker@nexbridge.com>
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14735)
Configurations/unix-Makefile.tmpl