Hi,

On 2019-05-21 12:19:18 -0700, Andres Freund wrote:
> Roughly like in the attached?

> -check: test.sh all
> -     MAKE=$(MAKE) bindir="$(tbindir)" libdir="$(tlibdir)" 
> EXTRA_REGRESS_OPTS="$(EXTRA_REGRESS_OPTS)" $(SHELL) $< $(DOINST)
> +check: test.sh all temp-install
> +     MAKE=$(MAKE) $(with_temp_install) 
> bindir=$(abs_top_builddir)/tmp_install/$(bindir) MAKE=$(MAKE) 
> EXTRA_REGRESS_OPTS="$(EXTRA_REGRESS_OPTS)" $(SHELL) $< $(DOINST)

minus the duplicated MAKE=$(MAKE) of course.

Greetings,

Andres Freund


Reply via email to