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).
This commit is contained in:
Michael Stahl 2012-03-12 18:06:28 +01:00
parent 5f86eca62f
commit 7191b52c00

View file

@ -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: