diff options
author | Peter Foley <pefoley2@verizon.net> | 2013-03-04 19:16:59 -0500 |
---|---|---|
committer | Peter Foley <pefoley2@verizon.net> | 2013-03-04 19:16:59 -0500 |
commit | 61add5c77de1ff963b839020c77f67f14ef07de1 (patch) | |
tree | b10c377dacbe35149530d3c0887d34048e8566a1 /Makefile.in | |
parent | ad81c67b19b522e007e0e553695a4aad82892568 (diff) |
propagate use flags to sub-make processes
Change-Id: I7974e68f3dd55c5ad859276e482d93a94af0cd28
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 53ec39518ea4..a605d14846cd 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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 |