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