summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-11-21 13:12:33 +0100
committerMichael Stahl <mstahl@redhat.com>2013-11-21 16:03:11 +0100
commitb8156a37a62722ba7ef97d511150ac2ec55523bd (patch)
tree174beec1cb7bb28f693899a795a8bedba5c769cf /Makefile.in
parente537eda826fcc22464d64f5186bf5d14178a7f59 (diff)
Makefile.in: "make check" should build "all" too
Change-Id: I6b72c3deb1a056149e965b78d12d3c37c6bfd5b9 (cherry picked from commit deb249e1b3a3095e0d04c47f57044fe5b0ddf095)
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index d0183332906b..6918e22184c4 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -217,7 +217,7 @@ ifneq ($(filter-out WNT MACOSX IOS ANDROID,$(OS)),)
mkdir -p $(INSTDIR) && install-gdb-printers -a $(INSTDIR) -c
endif
$(GNUMAKE) -j $(PARALLELISM) $(GMAKE_OPTIONS) -f $(SRCDIR)/Makefile.gbuild \
- $(if $(filter build,$(MAKECMDGOALS)),all) \
+ $(if $(filter build check,$(MAKECMDGOALS)),all) \
$(if $(filter build-nocheck,$(MAKECMDGOALS)),build) \
$(if $(filter check,$(MAKECMDGOALS)),subsequentcheck) \
$(filter all build-l10n-only build-non-l10n-only debugrun help slowcheck translations unitcheck subsequentcheck check,$(MAKECMDGOALS))