Makefile: add $(module).subsequentcheck targets
This commit is contained in:
parent
9365c975f8
commit
5f86eca62f
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -254,6 +254,9 @@ $(1).all: bootstrap fetch
|
|||
$(1).clean:
|
||||
cd $(1) && $(GNUMAKE) -j $(GMAKE_PARALLELISM) $(GMAKE_OPTIONS) clean gb_PARTIALBUILD=T
|
||||
|
||||
$(1).subsequentcheck:
|
||||
cd $(1) && $(GNUMAKE) -j $(GMAKE_PARALLELISM) $(GMAKE_OPTIONS) subsequentcheck gb_PARTIALBUILD=T
|
||||
|
||||
$(1).deliver:
|
||||
@true
|
||||
|
||||
|
|
Loading…
Reference in a new issue