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

Commit22c2c69

Browse files
committed
Update pg_regress calls in PL checks to handle vpath builds.
1 parentfeae785 commit22c2c69

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

‎src/pl/plperl/GNUmakefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Makefile for PL/Perl
2-
# $PostgreSQL: pgsql/src/pl/plperl/GNUmakefile,v 1.35 2008/10/01 22:38:56 petere Exp $
2+
# $PostgreSQL: pgsql/src/pl/plperl/GNUmakefile,v 1.36 2008/10/02 08:11:11 petere Exp $
33

44
subdir = src/pl/plperl
55
top_builddir = ../../..
@@ -57,7 +57,7 @@ installdirs: installdirs-lib
5757
uninstall: uninstall-lib
5858

5959
installcheck: submake
60-
$(top_builddir)/src/test/regress/pg_regress --psqldir=$(PSQLDIR)$(REGRESS_OPTS)$(REGRESS)
60+
$(top_builddir)/src/test/regress/pg_regress --inputdir=$(srcdir) --psqldir=$(PSQLDIR)$(REGRESS_OPTS)$(REGRESS)
6161

6262
.PHONY: submake
6363
submake:

‎src/pl/plpython/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $PostgreSQL: pgsql/src/pl/plpython/Makefile,v 1.30 2008/10/01 22:38:56 petere Exp $
1+
# $PostgreSQL: pgsql/src/pl/plpython/Makefile,v 1.31 2008/10/02 08:11:11 petere Exp $
22

33
subdir = src/pl/plpython
44
top_builddir = ../../..
@@ -73,7 +73,7 @@ installdirs: installdirs-lib
7373
uninstall: uninstall-lib
7474

7575
installcheck: submake
76-
$(top_builddir)/src/test/regress/pg_regress --psqldir=$(PSQLDIR)$(REGRESS_OPTS)$(REGRESS)
76+
$(top_builddir)/src/test/regress/pg_regress --inputdir=$(srcdir) --psqldir=$(PSQLDIR)$(REGRESS_OPTS)$(REGRESS)
7777

7878
.PHONY: submake
7979
submake:

‎src/pl/tcl/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# Makefile for the pltcl shared object
44
#
5-
# $PostgreSQL: pgsql/src/pl/tcl/Makefile,v 1.52 2008/10/01 22:38:56 petere Exp $
5+
# $PostgreSQL: pgsql/src/pl/tcl/Makefile,v 1.53 2008/10/02 08:11:11 petere Exp $
66
#
77
#-------------------------------------------------------------------------
88

@@ -59,7 +59,7 @@ uninstall: uninstall-lib
5959
$(MAKE) -C modules$@
6060

6161
installcheck: submake
62-
$(top_builddir)/src/test/regress/pg_regress --psqldir=$(PSQLDIR)$(REGRESS_OPTS)$(REGRESS)
62+
$(top_builddir)/src/test/regress/pg_regress --inputdir=$(srcdir) --psqldir=$(PSQLDIR)$(REGRESS_OPTS)$(REGRESS)
6363

6464
.PHONY: submake
6565
submake:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp