We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2aec8e4 commit 043d77aCopy full SHA for 043d77a
tools/make/lib/stats/git.mk
@@ -938,6 +938,17 @@ stats-lines-per-file-type:
938
.PHONY: stats-lines-per-file-type
939
940
941
+# Compute lines per file type per package.
942
+#
943
+# This target computes the number of lines per file type per package.
944
+
945
+stats-lines-per-file-type-per-pkg:
946
+ $(QUIET) $(MAKE_EXECUTABLE) $(GIT_SCRIPTS_DIR)/lines_per_file_type_per_pkg
947
+ $(QUIET) PACKAGES_FILTER=$(PACKAGES_FILTER) $(GIT_SCRIPTS_DIR)/lines_per_file_type_per_pkg
948
949
+.PHONY: stats-lines-per-file-type-per-pkg
950
951
952
# List directory contributors.
953
#
954
# This target list contributors for a directory and its descendants.
0 commit comments