From f83348ba5f0814ff2fc055bbf46e9460a5c13360 Mon Sep 17 00:00:00 2001 From: Jim Warner Date: Wed, 21 Oct 2020 00:00:00 -0500 Subject: [PATCH] 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 --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = \