We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b303c6d commit f47a23cCopy full SHA for f47a23c
Makefile
@@ -90,7 +90,6 @@ endif
90
91
ifneq ($(findstring s,$(filter-out --%,$(MAKEFLAGS))),)
92
quiet=silent_
93
- tools_silent=s
94
endif
95
96
export quiet Q KBUILD_VERBOSE
@@ -1674,6 +1673,11 @@ image_name:
1674
1673
@echo $(KBUILD_IMAGE)
1675
1676
# Clear a bunch of variables before executing the submake
+
1677
+ifeq ($(quiet),silent_)
1678
+tools_silent=s
1679
+endif
1680
1681
tools/: FORCE
1682
$(Q)mkdir -p $(objtree)/tools
1683
$(Q)$(MAKE) LDFLAGS= MAKEFLAGS="$(tools_silent) $(filter --j% -j,$(MAKEFLAGS))" O=$(abspath $(objtree)) subdir=tools -C $(src)/tools/
0 commit comments