Kaydet (Commit) b5662293 authored tarafından Matúš Kukan's avatar Matúš Kukan Kaydeden (comit) Markus Mohrhard

enable slowcheck for top level make all again

üst b138edfa
...@@ -34,8 +34,8 @@ TARGET=prj ...@@ -34,8 +34,8 @@ TARGET=prj
all: all:
.ELIF "$(VERBOSE)"!="" .ELIF "$(VERBOSE)"!=""
all: all:
cd $(PRJ) && $(GNUMAKE) -r -j$(GMAKE_MODULE_PARALLELISM) cd $(PRJ) && $(GNUMAKE) -r -j$(GMAKE_MODULE_PARALLELISM) all slowcheck
.ELSE .ELSE
all: all:
@cd $(PRJ) && $(GNUMAKE) -rs -j$(GMAKE_MODULE_PARALLELISM) @cd $(PRJ) && $(GNUMAKE) -rs -j$(GMAKE_MODULE_PARALLELISM) all slowcheck
.END .END
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment