]> Kevux Git Server - rit/commit
git-gui: silence install recipes under "make -s"
authorHarald Nordgren <haraldnordgren@gmail.com>
Thu, 4 Jun 2026 06:48:50 +0000 (06:48 +0000)
committerJohannes Sixt <j6t@kdbg.org>
Sat, 6 Jun 2026 11:45:19 +0000 (13:45 +0200)
commit3372505ee84ac7f290863c8c7bb0d0dc74c35227
tree8c8cd25580a385836f2992edda3bffc10876954c
parentbb52cdac6254c006e06bf0bb820268dcf024fc22
git-gui: silence install recipes under "make -s"

Several install and uninstall recipes embed "echo" calls that fire as
part of the recipe itself, so the install banners (DEST, INSTALL,
LINK, REMOVE) were visible whenever the variables expand non-empty.

Guard the whole "ifndef V" block on "-s" so the loud variants are
selected only when "-s" is absent and V=1 is unset. The existing
"-s" check also had its findstring arguments in the wrong order
(needle "-s" never fit in haystack "s"), so swap them while moving
the check to wrap the block.

Signed-off-by: Harald Nordgren <haraldnordgren@gmail.com>
Signed-off-by: Johannes Sixt <j6t@kdbg.org>
Makefile