tests: parallelise 'make valgrind'
authorTim-Philipp Müller <tim@centricular.com>
Thu, 25 Sep 2014 18:01:52 +0000 (19:01 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Thu, 25 Sep 2014 18:01:52 +0000 (19:01 +0100)
commitacb67fee6eccb4924e6bc48165b256d09ec09a26
tree71ff063fe3142b63bf405869e2510ad3afb29c47
parent5231f84bce93df69e660d21dd1318289c4107b27
tests: parallelise 'make valgrind'

Use $(MAKE) instead of 'make' inside the Makefile,
otherwise the make will run as if -j1 had been
specified and complain about the job server not
being available, and with $(MAKE) in inherits the
parent make's settings it seems.

Upgrade common submodule for parallel check-valgrind.

Let this settle a bit before upgrading the other modules.
Makefile.am
common