We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa9de54 commit 3aff1d3Copy full SHA for 3aff1d3
src/backend/utils/mb/Unicode/Makefile
@@ -25,8 +25,8 @@ include $(top_builddir)/src/Makefile.global
25
# define the build and clean rules below.
26
#
27
# Note that while each script call produces two output files, to be
28
-# parallel-make safe we need to split this into two rules. (See for
29
-# example gram.y for more explanation.)
+# parallel-make safe we need to split this into two rules. (See notes
+# in src/backend/parser/Makefile about rules with multiple outputs.)
30
31
define map_rule
32
MAPS += $(1)_to_utf8.map utf8_to_$(1).map
0 commit comments