File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -985,7 +985,7 @@ INSTALL_DOC_TARGETS += quick-install-doc quick-install-man quick-install-html
985985
986986# 'make doc' should call 'make -C Documentation all'
987987$(DOC_TARGETS ) :
988- $(MAKE ) -C Documentation $(@:doc=all )
988+ $(QUIET_SUBDIR0 ) Documentation $( QUIET_SUBDIR1 ) $(@:doc=all )
989989
990990TAGS :
991991 $(RM ) TAGS
@@ -1058,15 +1058,15 @@ install-python_ext:
10581058
10591059# 'make install-doc' should call 'make -C Documentation install'
10601060$(INSTALL_DOC_TARGETS ) :
1061- $(MAKE ) -C Documentation $(@:-doc= )
1061+ $(QUIET_SUBDIR0 ) Documentation $( QUIET_SUBDIR1 ) $(@:-doc= )
10621062
10631063# ## Cleaning rules
10641064
10651065clean : $(LIBTRACEEVENT ) -clean
10661066 $(RM ) $(LIB_OBJS ) $(BUILTIN_OBJS ) $(LIB_FILE ) $(OUTPUT ) perf-archive $(OUTPUT ) perf.o $(LANG_BINDINGS )
10671067 $(RM ) $(ALL_PROGRAMS ) perf
10681068 $(RM ) * .spec * .pyc * .pyo * /* .pyc * /* .pyo $(OUTPUT ) common-cmds.h TAGS tags cscope*
1069- $(MAKE ) -C Documentation/ clean
1069+ $(QUIET_SUBDIR0 ) Documentation $( QUIET_SUBDIR1 ) clean
10701070 $(RM ) $(OUTPUT ) PERF-VERSION-FILE $(OUTPUT ) PERF-CFLAGS
10711071 $(RM ) $(OUTPUT ) util/* -bison*
10721072 $(RM ) $(OUTPUT ) util/* -flex*
You can’t perform that action at this time.
0 commit comments