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

Commitc317a3a

Browse files
committed
Run "make all" as a prerequisite of "make check"
This is the standard behavior but was forgotten in some places.
1 parent54d792f commitc317a3a

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

‎contrib/pg_upgrade/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ include $(top_builddir)/src/Makefile.global
2424
include$(top_srcdir)/contrib/contrib-global.mk
2525
endif
2626

27-
check: test.sh
27+
check: test.sh all
2828
MAKE=$(MAKE) bindir=$(bindir) libdir=$(libdir)$(SHELL)$< --install
2929

3030
# disabled because it upsets the build farm

‎src/pl/plperl/GNUmakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ uninstall-data:
9797
.PHONY: install-data uninstall-data
9898

9999

100-
check: submake
100+
check:allsubmake
101101
$(pg_regress_check)$(REGRESS_OPTS)$(REGRESS)
102102

103103
installcheck: submake

‎src/pl/plpython/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,15 +149,15 @@ prep3:
149149
clean3:
150150
rm -rf python3/
151151

152-
check: submake prep3
152+
check:allsubmake prep3
153153
$(pg_regress_check) --inputdir=./python3 --outputdir=./python3$(REGRESS_OPTS)$(REGRESS)
154154

155155
installcheck: submake prep3
156156
$(pg_regress_installcheck) --inputdir=./python3 --outputdir=./python3$(REGRESS_OPTS)$(REGRESS)
157157

158158
clean: clean3
159159
else # not Python 3
160-
check: submake
160+
check:allsubmake
161161
$(pg_regress_check)$(REGRESS_OPTS)$(REGRESS)
162162

163163
installcheck: submake

‎src/pl/tcl/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ uninstall-data:
7373
.PHONY: install-data uninstall-data
7474

7575

76-
check: submake
76+
check:allsubmake
7777
$(pg_regress_check)$(REGRESS_OPTS)$(REGRESS)
7878

7979
installcheck: submake

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp