common/autoconf/spec.gmk.in

changeset 713
eea249c1ecee
parent 699
e1a929afcfc4
child 718
e7c09a983c3c
     1.1 --- a/common/autoconf/spec.gmk.in	Thu May 09 10:03:08 2013 -0700
     1.2 +++ b/common/autoconf/spec.gmk.in	Tue May 21 13:18:28 2013 +0200
     1.3 @@ -54,9 +54,9 @@
     1.4  
     1.5  MAKE:=@MAKE@
     1.6  
     1.7 -# Pass along the verbosity setting.
     1.8 +# Pass along the verbosity and log level settings.
     1.9  ifeq (,$(findstring VERBOSE=,$(MAKE)))
    1.10 -    MAKE:=$(MAKE) $(VERBOSE) VERBOSE="$(VERBOSE)"
    1.11 +    MAKE:=$(MAKE) $(VERBOSE) VERBOSE="$(VERBOSE)" LOG_LEVEL="$(LOG_LEVEL)"
    1.12  endif
    1.13  
    1.14  # No implicit variables or rules!

mercurial