Skip to content

Commit c317a3a

Browse files
committed
Run "make all" as a prerequisite of "make check"
This is the standard behavior but was forgotten in some places.
1 parent 54d792f commit c317a3a

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: all submake
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: all submake 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: all submake
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: all submake
7777
$(pg_regress_check) $(REGRESS_OPTS) $(REGRESS)
7878

7979
installcheck: submake

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy