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
Add a temp-install prerequisite to "check"-like targets not having one.
Makefile.global assigns this prerequisite to every target named "check",but similar targets must mention it explicitly. Affected targetsfailed, tested $PATH binaries, or tested a stale temporary installation.The src/test/modules examples worked properly when called as "make -Csrc/test/modules/$FOO check", but "make -j" allowed the test to startbefore the temporary installation was in place. Back-patch to 9.5,where commitdcae5fa introduced theshared temp-install.