summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2013-11-20 19:09:24 +0100
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2013-11-20 21:15:33 +0100
commit00e9a7a5571bb4bec49a2c0cbe39692bc37ea110 (patch)
tree65d87de8dd8cac95c1d00fb7156e4a9371f8b37f /Makefile.in
parent008471428cb6122c6b3b444a0f9ff094e16774df (diff)
toplevel 'make check' should also do subsequentcheck
Change-Id: Ib41660a1fef332573ef1c477c12bc8fdfedfc4db
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 76d4abffcc81..cafe312ef9d1 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -238,7 +238,8 @@ endif
$(GNUMAKE) -j $(PARALLELISM) $(GMAKE_OPTIONS) -f $(SRCDIR)/Makefile.gbuild \
$(if $(filter build,$(MAKECMDGOALS)),all) \
$(if $(filter build-nocheck,$(MAKECMDGOALS)),build) \
- $(filter all build-l10n-only build-non-l10n-only debugrun help slowcheck translations unitcheck subsequentcheck,$(MAKECMDGOALS))
+ $(if $(filter check,$(MAKECMDGOALS)),subsequentcheck) \
+ $(filter all build-l10n-only build-non-l10n-only debugrun help slowcheck translations unitcheck subsequentcheck check,$(MAKECMDGOALS))
ifeq ($(OS),IOS)
$(GNUMAKE) -j $(PARALLELISM) $(GMAKE_OPTIONS) ios
endif