[Libreoffice-commits] core.git: Makefile.in

Bjoern Michaelsen bjoern.michaelsen at canonical.com
Wed Nov 20 18:38:31 PST 2013


 Makefile.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 6788b92e15889beb151baf2b8ca8719f6ea38481
Author: Bjoern Michaelsen <bjoern.michaelsen at canonical.com>
Date:   Thu Nov 21 03:37:03 2013 +0100

    lazy eval is lazy. and nasty too
    
    Change-Id: I4191277a2df0ea060d86090ee6e99490840f8f48

diff --git a/Makefile.in b/Makefile.in
index 88c56e4..749ec8ee 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


More information about the Libreoffice-commits mailing list