$(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 2>&1|| exit;done)
endif
endif
# Tasks to run serially at the end of temp-install. Some EXTRA_INSTALL
# entries appear more than once in the tree, and parallel installs of the same
# file can fail with EEXIST.
checkprep:
$(if$(EXTRA_INSTALL),for extra in $(EXTRA_INSTALL);do$(MAKE) -C '$(top_builddir)'/$$extra DESTDIR='$(abs_top_builddir)'/tmp_install install || exit;done)
PROVE= @PROVE@
# There are common routines in src/test/perl, and some test suites have