Make Unicode makefile parallel-safe

Peter Eisentraut <peter@eisentraut.org>

Commit: e752727195798c324e769cfebf9dc4baa1c6bb0c
Author: Peter Eisentraut <peter@eisentraut.org>
Date: 2021-10-04T18:26:48Z
Releases: 15.0
Make Unicode makefile parallel-safe

Fix the rules so that each rule is parallel safe, using the same
trickery that we use elsewhere in the tree for rules that produce more
than one output file.  Refactor the whole makefile so that there is
less repetition.

Discussion: https://www.postgresql.org/message-id/18e34084-aab1-1b4c-edd1-c4f9fb04f714%40enterprisedb.com

Files

PathChange+/−
src/backend/utils/mb/Unicode/Makefile modified +45 −89

Discussion