summaryrefslogtreecommitdiff
path: root/Makefile.top
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2012-08-28 07:00:18 +0200
committerDavid Tardon <dtardon@redhat.com>2012-08-28 07:00:18 +0200
commit3ee97489ea49b339c4a7578afd85f85f77dd0f68 (patch)
tree23ea6a66dbb9206b362adfaa3641819e0a18c65e /Makefile.top
parent85e40d787e9aacadfd8599791c83d09eb04e46d5 (diff)
allow separate setting of parallelism for subseq. tests
Change-Id: I5a5444e8ee95b0fd95a97c31c94ab0f9c3935abb
Diffstat (limited to 'Makefile.top')
-rw-r--r--Makefile.top2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.top b/Makefile.top
index 643bcbbf5930..a387e538c22a 100644
--- a/Makefile.top
+++ b/Makefile.top
@@ -271,7 +271,7 @@ $(1).clean:
cd $(1) && $(GNUMAKE) -j $(GMAKE_PARALLELISM) $(GMAKE_OPTIONS) clean gb_PARTIALBUILD=T
$(1).subsequentcheck:
- cd $(1) && $(GNUMAKE) -j $(GMAKE_PARALLELISM) $(GMAKE_OPTIONS) subsequentcheck gb_PARTIALBUILD=T
+ cd $(1) && $(GNUMAKE) -j $(CHECK_PARALLELISM) $(GMAKE_OPTIONS) subsequentcheck gb_PARTIALBUILD=T
$(1).deliver:
@true