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 <james.warner@comcast.net>
This commit is contained in:
Jim Warner 2020-10-21 00:00:00 -05:00 committed by Craig Small
parent eb83a1f821
commit f83348ba5f
1 changed files with 1 additions and 1 deletions

View File

@ -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 = \