Thanks to visit codestin.com Credit goes to github.com
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 02d7068 commit bd4615bCopy full SHA for bd4615b
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