]> git.sesse.net Git - bcachefs-tools-debian/commit
bcachefs-tools: Prettify make output
authorEric Sandeen <sandeen@sandeen.net>
Tue, 15 Nov 2022 19:11:52 +0000 (13:11 -0600)
committerKent Overstreet <kent.overstreet@linux.dev>
Tue, 15 Nov 2022 19:18:47 +0000 (14:18 -0500)
commitcde2d0e2fcc5f2a2691975b6ec6b657cd8322c6a
treef130b13e2d4a622963788924ddb3f67d925e9da7
parente2442e57f26d34ef35ad9127b130b7ad277d9dfb
bcachefs-tools: Prettify make output

Make the default "make" output look more like kbuild; this makes
errors and warnings much easier to spot. "Make V=1" will revert to
showing the full command lines.

This is done by redefining some implicit rules to add the echo and
the quiet variable.  These changes are similar to those in xfsprogs.
and btrfs-progs

This patch also silences things if pytest-3 is not found.

Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
Makefile