We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 043d77a commit b4e7848Copy full SHA for b4e7848
tools/make/lib/stats/git.mk
@@ -949,6 +949,17 @@ stats-lines-per-file-type-per-pkg:
949
.PHONY: stats-lines-per-file-type-per-pkg
950
951
952
+# Compute lines per package.
953
+#
954
+# This target computes the number of lines in each package.
955
+
956
+stats-lines-per-pkg:
957
+ $(QUIET) $(MAKE_EXECUTABLE) $(GIT_SCRIPTS_DIR)/lines_per_pkg
958
+ $(QUIET) PACKAGES_FILTER=$(PACKAGES_FILTER) FILES_PATTERN=$(FILES_PATTERN) $(GIT_SCRIPTS_DIR)/lines_per_pkg
959
960
+.PHONY: stats-lines-per-pkg
961
962
963
# List directory contributors.
964
#
965
# This target list contributors for a directory and its descendants.
0 commit comments