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 33580fb commit 3b486cdCopy full SHA for 3b486cd
Makefile
@@ -641,7 +641,7 @@ ifeq ($(TCLTK_PATH),)
641
NO_TCLTK=NoThanks
642
endif
643
644
-QUIET_SUBDIR0 = $(MAKE) -C # space to separate -C and subdir
+QUIET_SUBDIR0 = +$(MAKE) -C # space to separate -C and subdir
645
QUIET_SUBDIR1 =
646
647
ifneq ($(findstring $(MAKEFLAGS),w),w)
@@ -657,7 +657,7 @@ ifndef V
657
QUIET_LINK = @echo ' ' LINK $@;
658
QUIET_BUILT_IN = @echo ' ' BUILTIN $@;
659
QUIET_GEN = @echo ' ' GEN $@;
660
- QUIET_SUBDIR0 = @subdir=
+ QUIET_SUBDIR0 = +@subdir=
661
QUIET_SUBDIR1 = ;$(NO_SUBDIR) echo ' ' SUBDIR $$subdir; \
662
$(MAKE) $(PRINT_DIR) -C $$subdir
663
export V
0 commit comments