Loading tools/perf/Makefile.perf +6 −3 Original line number Original line Diff line number Diff line Loading @@ -815,17 +815,20 @@ INSTALL_DOC_TARGETS += quick-install-doc quick-install-man quick-install-html $(DOC_TARGETS): $(DOC_TARGETS): $(QUIET_SUBDIR0)Documentation $(QUIET_SUBDIR1) $(@:doc=all) $(QUIET_SUBDIR0)Documentation $(QUIET_SUBDIR1) $(@:doc=all) TAG_FOLDERS= . ../lib/traceevent ../lib/api ../lib/symbol TAG_FILES= ../../include/uapi/linux/perf_event.h TAGS: TAGS: $(RM) TAGS $(RM) TAGS $(FIND) . -name '*.[hcS]' -print | xargs etags -a $(FIND) $(TAG_FOLDERS) -name '*.[hcS]' -print | xargs etags -a $(TAG_FILES) tags: tags: $(RM) tags $(RM) tags $(FIND) . -name '*.[hcS]' -print | xargs ctags -a $(FIND) $(TAG_FOLDERS) -name '*.[hcS]' -print | xargs ctags -a $(TAG_FILES) cscope: cscope: $(RM) cscope* $(RM) cscope* $(FIND) . -name '*.[hcS]' -print | xargs cscope -b $(FIND) $(TAG_FOLDERS) -name '*.[hcS]' -print | xargs cscope -b $(TAG_FILES) ### Detect prefix changes ### Detect prefix changes TRACK_CFLAGS = $(subst ','\'',$(CFLAGS)):\ TRACK_CFLAGS = $(subst ','\'',$(CFLAGS)):\ Loading Loading
tools/perf/Makefile.perf +6 −3 Original line number Original line Diff line number Diff line Loading @@ -815,17 +815,20 @@ INSTALL_DOC_TARGETS += quick-install-doc quick-install-man quick-install-html $(DOC_TARGETS): $(DOC_TARGETS): $(QUIET_SUBDIR0)Documentation $(QUIET_SUBDIR1) $(@:doc=all) $(QUIET_SUBDIR0)Documentation $(QUIET_SUBDIR1) $(@:doc=all) TAG_FOLDERS= . ../lib/traceevent ../lib/api ../lib/symbol TAG_FILES= ../../include/uapi/linux/perf_event.h TAGS: TAGS: $(RM) TAGS $(RM) TAGS $(FIND) . -name '*.[hcS]' -print | xargs etags -a $(FIND) $(TAG_FOLDERS) -name '*.[hcS]' -print | xargs etags -a $(TAG_FILES) tags: tags: $(RM) tags $(RM) tags $(FIND) . -name '*.[hcS]' -print | xargs ctags -a $(FIND) $(TAG_FOLDERS) -name '*.[hcS]' -print | xargs ctags -a $(TAG_FILES) cscope: cscope: $(RM) cscope* $(RM) cscope* $(FIND) . -name '*.[hcS]' -print | xargs cscope -b $(FIND) $(TAG_FOLDERS) -name '*.[hcS]' -print | xargs cscope -b $(TAG_FILES) ### Detect prefix changes ### Detect prefix changes TRACK_CFLAGS = $(subst ','\'',$(CFLAGS)):\ TRACK_CFLAGS = $(subst ','\'',$(CFLAGS)):\ Loading