Thread: pgsql: Make Unicode makefile parallel-safe

pgsql: Make Unicode makefile parallel-safe

From
Peter Eisentraut
Date:
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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/e752727195798c324e769cfebf9dc4baa1c6bb0c

Modified Files
--------------
src/backend/utils/mb/Unicode/Makefile | 134 ++++++++++++----------------------
1 file changed, 45 insertions(+), 89 deletions(-)