Kaydet (Commit) 08e91901 authored tarafından David Tardon's avatar David Tardon

export GMAKE_OPTIONS for use in build.pl

Change-Id: Ied9a8d0763864a497a9b802d90be95ecdaafc3b0
üst 824520b5
...@@ -18,9 +18,9 @@ endif ...@@ -18,9 +18,9 @@ endif
include $(SRCDIR)/config_$(gb_Side).mk include $(SRCDIR)/config_$(gb_Side).mk
ifeq ($(verbose),) ifeq ($(verbose),)
GMAKE_OPTIONS:=-rs export GMAKE_OPTIONS:=-rs
else else
GMAKE_OPTIONS:=-r export GMAKE_OPTIONS:=-r
endif endif
gbuild_modules:= \ gbuild_modules:= \
......
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