]> Pileus Git - ~andy/linux/blobdiff - tools/scripts/Makefile.include
perf tools: Honor parallel jobs
[~andy/linux] / tools / scripts / Makefile.include
index 2964b96aa55fd350896cd45efc5a9e13538551ad..00a05f45b39aea606c3568d214ef6aa49d86214f 100644 (file)
@@ -70,7 +70,7 @@ ifndef V
        QUIET_BISON    = @echo '   ' BISON $@;
 
        descend = \
-               @echo '   ' DESCEND $(1); \
+               +@echo '   ' DESCEND $(1); \
                mkdir -p $(OUTPUT)$(1) && \
                $(MAKE) $(COMMAND_O) subdir=$(if $(subdir),$(subdir)/$(1),$(1)) $(PRINT_DIR) -C $(1) $(2)
 endif