Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 3aff1d3

Browse files
committed
Doc: improve cross-reference in Makefile comment.
Per gripe from Japin Li. Discussion: https://postgr.es/m/MEYP282MB16692171F13B5DF40DB768EEB6FCA@MEYP282MB1669.AUSP282.PROD.OUTLOOK.COM
1 parent aa9de54 commit 3aff1d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/utils/mb/Unicode/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ include $(top_builddir)/src/Makefile.global
2525
# define the build and clean rules below.
2626
#
2727
# 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.)
28+
# parallel-make safe we need to split this into two rules. (See notes
29+
# in src/backend/parser/Makefile about rules with multiple outputs.)
3030
#
3131
define map_rule
3232
MAPS += $(1)_to_utf8.map utf8_to_$(1).map

0 commit comments

Comments
 (0)