From: Kevin Grittner Date: Mon, 15 Nov 2010 15:27:18 +0000 (-0600) Subject: Merge branch 'master' into serializable X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=1144cc3ce77d3b9a7957006ba747a1929f231377;p=users%2Fkgrittn%2Fpostgres.git Merge branch 'master' into serializable --- 1144cc3ce77d3b9a7957006ba747a1929f231377 diff --cc GNUmakefile.in index 2dd6b6da9b,8ccbdcc49f..d93f89f332 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@@ -75,14 -57,10 +57,10 @@@ distclean maintainer-clean check: all -check installcheck installcheck-parallel: +check dcheck installcheck installcheck-parallel: $(MAKE) -C src/test $@ - installcheck-world: - $(MAKE) -C src/test installcheck - $(MAKE) -C src/pl installcheck - $(MAKE) -C src/interfaces/ecpg installcheck - $(MAKE) -C contrib installcheck + $(call recurse,installcheck-world,src/test src/pl src/interfaces/ecpg contrib,installcheck) GNUmakefile: GNUmakefile.in $(top_builddir)/config.status ./config.status $@