]> git.ipfire.org Git - thirdparty/git.git/commit
Makefile: add QUIET_GEN to "tags" and "TAGS" targets
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Sun, 28 Mar 2021 02:18:34 +0000 (04:18 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 2 Apr 2021 05:23:39 +0000 (22:23 -0700)
commit3c80fcb5910eddf9e347e637fce2b6fbc6d7dcbd
tree76317882bf3186159f17d00faa09a1093818a970
parent48bf2fa8bad054d66bd79c6ba903c89c704201f7
Makefile: add QUIET_GEN to "tags" and "TAGS" targets

Don't show the very verbose $(FIND_SOURCE_FILES) command on every
"make TAGS" invocation.

Let's use "generate into temporary and rename to the final file,
after seeing the command that generated the output finished
successfully" pattern, to avoid leaving a file with an incorrect
output generated by a failed command.

Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile