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

Commitb09114b

Browse files
committed
Changed for regression tests.
1 parenta74613f commitb09114b

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

‎contrib/spi/Makefile

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11

2-
SRCDIR=/home/postgres/current/pgsql/src
2+
SRCDIR=../../src
33

44
include$(SRCDIR)/Makefile.global
55

6-
CFLAGS+=$(CFLAGS_SL) -I$(SRCDIR)/include -DREFINT_QUIET
6+
CFLAGS+=$(CFLAGS_SL) -I$(SRCDIR)/include
7+
8+
ifdefREFINT_VERBOSE
9+
CFLAGS+= -DREFINT_VERBOSE
10+
endif
711

812
TARGETS= refint$(DLSUFFIX) refint.sql
913

@@ -18,4 +22,4 @@ all:: $(TARGETS)
1822
-e"s:_DLSUFFIX_:$(DLSUFFIX):g"<$<>$@
1923

2024
clean:
21-
rm -f$(TARGETS)
25+
rm -f$(TARGETS) refint.o

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp