From: Noah Misch Date: Mon, 25 May 2020 23:21:04 +0000 (-0700) Subject: Add a temp-install prerequisite to top-level "check-tests". X-Git-Tag: REL_10_14~83 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fa68594fcd82e780710c53dd289d1c62c9bd0f92;p=thirdparty%2Fpostgresql.git Add a temp-install prerequisite to top-level "check-tests". The target failed, tested $PATH binaries, or tested a stale temporary installation. Commit c66b438db62748000700c9b90b585e756dd54141 missed this. Back-patch to 9.5 (all supported versions). --- diff --git a/GNUmakefile.in b/GNUmakefile.in index 1baf6860e8b..7bf6147b72e 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -63,6 +63,7 @@ distclean maintainer-clean: @rm -rf autom4te.cache/ rm -f config.cache config.log config.status GNUmakefile +check-tests: | temp-install check check-tests installcheck installcheck-parallel installcheck-tests: CHECKPREP_TOP=src/test/regress check check-tests installcheck installcheck-parallel installcheck-tests: $(MAKE) -C src/test/regress $@