diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2013-11-21 03:37:03 +0100 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2013-11-21 03:37:03 +0100 |
commit | 6788b92e15889beb151baf2b8ca8719f6ea38481 (patch) | |
tree | d9dd201b9eba8c17c03b57b6ef1b941c613ef384 /Makefile.in | |
parent | 794ec0cd7068d3eb3637b14cfb0270f8e44c9397 (diff) |
lazy eval is lazy. and nasty too
Change-Id: I4191277a2df0ea060d86090ee6e99490840f8f48
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 88c56e4eeca5..749ec8ee6ab9 100644 --- a/Makefile.in +++ b/Makefile.in @@ -49,7 +49,7 @@ gb_Side ?= host include $(BUILDDIR)/config_$(gb_Side).mk -export GMAKE_OPTIONS?=-r$(if $(verbose)$(VERBOSE),,s)$(MAKEFLAGS) +export GMAKE_OPTIONS:=-r$(if $(verbose)$(VERBOSE),,s)$(value $(MAKEFLAGS)) # # Partial Build |