summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-03-12 18:06:28 +0100
committerMichael Stahl <mstahl@redhat.com>2012-03-12 18:30:36 +0100
commit7191b52c00b1affbf44c7bf6d4cd43d21ae5e3ce (patch)
tree1709ab74d6166617836ceffc064e24d98bc36409 /Makefile
parent5f86eca62fc53fbd9de2a6d74188116722bd9d62 (diff)
Makefile: subsequentcheck should only run tests
... so drop the dependency on dev-install (with it, subsequentcheck is just a synonym for check, which does not seem useful).
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 4af389258ed5..c9ff3b854d10 100644
--- a/Makefile
+++ b/Makefile
@@ -486,9 +486,9 @@ findunusedcode:
| grep -v ^WPS \
> unusedcode.easy
-check: subsequentcheck
+check: dev-install subsequentcheck
-subsequentcheck: dev-install
+subsequentcheck :| $(if $(filter-out subsequentcheck,$(MAKECMDGOALS)),dev-install)
$(GNUMAKE) -j $(GMAKE_PARALLELISM) $(GMAKE_OPTIONS) -f Makefile.post $@
debugrun: