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:
parent
5f86eca62f
commit
7191b52c00
1 changed files with 2 additions and 2 deletions
4
Makefile
4
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:
|
||||
|
|
Loading…
Reference in a new issue