Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4635d3c

Browse files
committed
Remove redundant DEF_PGPORT handling
DEF_PGPORT already comes in from pg_config.h, so we don't need to passit in again with a -D option. Apparently a leftover from the shellscript conversion.
1 parentcc06e4a commit4635d3c

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

‎src/bin/pg_ctl/Makefile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ subdir = src/bin/pg_ctl
1616
top_builddir = ../../..
1717
include$(top_builddir)/src/Makefile.global
1818

19-
overrideCPPFLAGS := -DDEF_PGPORT=$(DEF_PGPORT) -I$(libpq_srcdir)$(CPPFLAGS)
19+
overrideCPPFLAGS := -I$(libpq_srcdir)$(CPPFLAGS)
2020

2121
OBJS=pg_ctl.o$(WIN32RES)
2222

@@ -36,7 +36,3 @@ uninstall:
3636

3737
cleandistcleanmaintainer-clean:
3838
rm -f pg_ctl$(X)$(OBJS)
39-
40-
41-
# ensure that changes in DEF_PGPORT propagate into object file
42-
pg_ctl.o: pg_ctl.c$(top_builddir)/src/Makefile.global

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp