We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0d88c8 commit 2200d40Copy full SHA for 2200d40
1 file changed
tools/make/lib/git/Makefile
@@ -26,7 +26,7 @@ UPDATE_CONTRIBUTORS_OUT ?= $(ROOT_DIR)/CONTRIBUTORS
26
#
27
# This target lists contributors.
28
29
-list-contributors: $(LIST_CONTRIBUTORS)
+list-contributors:
30
$(QUIET) $(MAKE_EXECUTABLE) $(LIST_CONTRIBUTORS)
31
$(QUIET) $(LIST_CONTRIBUTORS) $(LIST_CONTRIBUTORS_FLAGS)
32
@@ -37,7 +37,7 @@ list-contributors: $(LIST_CONTRIBUTORS)
37
38
# This target updates a CONTRIBUTORS file.
39
40
-update-contributors: $(UPDATE_CONTRIBUTORS)
+update-contributors:
41
$(QUIET) $(MAKE_EXECUTABLE) $(UPDATE_CONTRIBUTORS)
42
$(QUIET) $(UPDATE_CONTRIBUTORS) $(UPDATE_CONTRIBUTORS_FLAGS) $(UPDATE_CONTRIBUTORS_OUT)
43
0 commit comments