Skip to content

Commit 3b486cd

Browse files
Fernando J. PeredaJunio C Hamano
authored andcommitted
Makefile: Add '+' to QUIET_SUBDIR0 to fix parallel make.
Signed-off-by: Fernando J. Pereda <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 33580fb commit 3b486cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,7 @@ ifeq ($(TCLTK_PATH),)
641641
NO_TCLTK=NoThanks
642642
endif
643643

644-
QUIET_SUBDIR0 = $(MAKE) -C # space to separate -C and subdir
644+
QUIET_SUBDIR0 = +$(MAKE) -C # space to separate -C and subdir
645645
QUIET_SUBDIR1 =
646646

647647
ifneq ($(findstring $(MAKEFLAGS),w),w)
@@ -657,7 +657,7 @@ ifndef V
657657
QUIET_LINK = @echo ' ' LINK $@;
658658
QUIET_BUILT_IN = @echo ' ' BUILTIN $@;
659659
QUIET_GEN = @echo ' ' GEN $@;
660-
QUIET_SUBDIR0 = @subdir=
660+
QUIET_SUBDIR0 = +@subdir=
661661
QUIET_SUBDIR1 = ;$(NO_SUBDIR) echo ' ' SUBDIR $$subdir; \
662662
$(MAKE) $(PRINT_DIR) -C $$subdir
663663
export V

0 commit comments

Comments
 (0)