From: Jim Warner Date: Wed, 21 Oct 2020 05:00:00 +0000 (-0500) Subject: build-sys: a small tweak to the new 'check-lib' target X-Git-Tag: v4.0.0~295 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f83348ba5f0814ff2fc055bbf46e9460a5c13360;p=procps-ng build-sys: a small tweak to the new 'check-lib' target So as to not obscure the results from this new target, we'll redirect that final 'make clean' output to null. Signed-off-by: Jim Warner --- diff --git a/Makefile.am b/Makefile.am index 6b460ca4..3f2dcb9a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -375,7 +375,7 @@ BUILT_SOURCES = $(top_srcdir)/.version check-lib: clean $(MAKE) CFLAGS=-DITEMTABLE_DEBUG proc/test_Itemtables $(top_builddir)/proc/test_Itemtables - $(MAKE) clean + $(MAKE) clean &>/dev/null # Test programs not used by dejagnu but run directly TESTS = \