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 31d0399 commit b777434Copy full SHA for b777434
Makefile
@@ -604,6 +604,11 @@ endif
604
ifdef NO_PERL_MAKEMAKER
605
export NO_PERL_MAKEMAKER
606
endif
607
+
608
+QUIET_SUBDIR0 = $(MAKE) -C # space to separate -C and subdir
609
+QUIET_SUBDIR1 =
610
611
+ifneq ($(findstring $(MAKEFLAGS),s),s)
612
ifndef V
613
QUIET_CC = @echo ' ' CC $@;
614
QUIET_AR = @echo ' ' AR $@;
@@ -615,9 +620,8 @@ ifndef V
615
620
$(MAKE) --no-print-directory -C $$subdir
616
621
export V
617
622
export QUIET_GEN
618
-else
619
- QUIET_SUBDIR0 = $(MAKE) -C
- QUIET_SUBDIR1 =
623
+ export QUIET_BUILT_IN
624
+endif
625
626
627
# Shell quote (do not use $(call) to accommodate ancient setups);
0 commit comments