diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2014-04-25 19:11:57 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2014-04-25 20:02:21 +0200 |
commit | 9f13bb51a852f29ce3c26845859a547c6be4e423 (patch) | |
tree | 844c4d163ab37dfd1dc3c3b65d4d7365fd4c5de4 /Makefile.in | |
parent | 9a587bf74f74c8f9b18c6fe1be28e1f1c3032820 (diff) |
support sc.slowcheck
Change-Id: I91dcdba455660dee25accdd2185a876bf7012ff8
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index 0be30f700b7b..f63dbe069837 100644 --- a/Makefile.in +++ b/Makefile.in @@ -61,12 +61,12 @@ PARALLELISM_OPTION := $(if $(filter-out 0,$(PARALLELISM)),-j $(PARALLELISM),) # Partial Build # define gb_Top_GbuildModuleRules -.PHONY: $(1) $(1).all $(1).build $(1).check $(1).clean $(1).showdeliverables $(1).subsequentcheck +.PHONY: $(1) $(1).all $(1).build $(1).check $(1).clean $(1).showdeliverables $(1).subsequentcheck $(1).slowcheck $(1): bootstrap fetch cd $(SRCDIR)/$(2) && $$(MAKE) $(PARALLELISM_OPTION) $(GMAKE_OPTIONS) -$(1).build $(1).check $(1).clean $(1).showdeliverables $(1).subsequentcheck: +$(1).build $(1).check $(1).clean $(1).showdeliverables $(1).subsequentcheck $(1).slowcheck: cd $(SRCDIR)/$(2) && $$(MAKE) $(PARALLELISM_OPTION) $(GMAKE_OPTIONS) $$(patsubst $(1).%,%,$$@) $(1).all: bootstrap fetch |