mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Run "make all" as a prerequisite of "make check"
This is the standard behavior but was forgotten in some places.
This commit is contained in:
@ -24,7 +24,7 @@ include $(top_builddir)/src/Makefile.global
|
||||
include $(top_srcdir)/contrib/contrib-global.mk
|
||||
endif
|
||||
|
||||
check: test.sh
|
||||
check: test.sh all
|
||||
MAKE=$(MAKE) bindir=$(bindir) libdir=$(libdir) $(SHELL) $< --install
|
||||
|
||||
# disabled because it upsets the build farm
|
||||
|
Reference in New Issue
Block a user