You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
This revertsed47666, which ended up adding a second tempoaryinstallation for all 'make check' runs, and reverts the part ofef57b98 that changed the TAP 'prove_check' section, which appears tohave been unintentional to begin with on this branch.Analysis and patch by Noah.
$(if $(EXTRA_INSTALL),for extra in $(EXTRA_INSTALL); do $(MAKE) -C '$(top_builddir)'/$$extra DESTDIR='$(abs_top_builddir)'/tmp_install install >>'$(abs_top_builddir)'/tmp_install/log/install.log || exit; done)