Make Unicode makefile parallel-safe
authorPeter Eisentraut <peter@eisentraut.org>
Mon, 4 Oct 2021 18:26:48 +0000 (20:26 +0200)
committerPeter Eisentraut <peter@eisentraut.org>
Mon, 4 Oct 2021 18:26:48 +0000 (20:26 +0200)
commite752727195798c324e769cfebf9dc4baa1c6bb0c
tree6245d15fdb1d509d862622865411cb3c140d5c7a
parent36d1a848a86afd2855215af2a112b9bde999354a
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
src/backend/utils/mb/Unicode/Makefile