Kaydet (Commit) 61add5c7 authored tarafından Peter Foley's avatar Peter Foley

propagate use flags to sub-make processes

Change-Id: I7974e68f3dd55c5ad859276e482d93a94af0cd28
üst ad81c67b
......@@ -58,9 +58,9 @@ include $(BUILDDIR)/config_$(gb_Side).mk
ifeq ($(GMAKE_OPTIONS),)
ifeq ($(verbose)$(VERBOSE),)
export GMAKE_OPTIONS:=-rs
export GMAKE_OPTIONS:=-rs$(MAKEFLAGS)
else
export GMAKE_OPTIONS:=-r
export GMAKE_OPTIONS:=-r$(MAKEFLAGS)
endif
endif
......
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