]> git.ipfire.org Git - thirdparty/git.git/commit
Makefile: add QUIET_GEN to "cscope" target
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Tue, 29 Jun 2021 11:12:56 +0000 (13:12 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 29 Jun 2021 20:04:00 +0000 (13:04 -0700)
commit033395be3287170658f0a36fa406dea9def7b657
tree17070823906d8e19b48ab81ea33920d5c44476be
parent922f8bbbf1097206969e423dd7af1bf33443765b
Makefile: add QUIET_GEN to "cscope" target

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

See my recent 3c80fcb591 (Makefile: add QUIET_GEN to "tags" and "TAGS"
targets, 2021-03-28) for the same fix for the other adjacent targets.

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