./NewMakefile.gmk

Print this page

        

@@ -71,11 +71,11 @@
         all_phony_targets=$(filter-out $(global_targets), $(strip $(shell \
             $(MAKE) -p -q -f common/makefiles SPEC=$(firstword $(SPEC)) | \
             grep ^.PHONY: | head -n 1 | cut -d " " -f 2-)))
 
 $(all_phony_targets):
-        @$(foreach spec,$(SPEC),($(MAKE) -f NewMakefile.gmk SPEC=$(spec) $(VERBOSE) VERBOSE=$(VERBOSE) $@) &&) true
+        @$(foreach spec,$(SPEC),($(MAKE) -f NewMakefile.gmk SPEC=$(spec) $(VERBOSE) VERBOSE=$(VERBOSE) LOG_LEVEL=$(LOG_LEVEL) $@) &&) true
 
     endif
 endif
 
 # Include this after a potential spec file has been included so that the bundles target