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:
parent
eb83a1f821
commit
f83348ba5f
@ -375,7 +375,7 @@ BUILT_SOURCES = $(top_srcdir)/.version
|
|||||||
check-lib: clean
|
check-lib: clean
|
||||||
$(MAKE) CFLAGS=-DITEMTABLE_DEBUG proc/test_Itemtables
|
$(MAKE) CFLAGS=-DITEMTABLE_DEBUG proc/test_Itemtables
|
||||||
$(top_builddir)/proc/test_Itemtables
|
$(top_builddir)/proc/test_Itemtables
|
||||||
$(MAKE) clean
|
$(MAKE) clean &>/dev/null
|
||||||
|
|
||||||
# Test programs not used by dejagnu but run directly
|
# Test programs not used by dejagnu but run directly
|
||||||
TESTS = \
|
TESTS = \
|
||||||
|
Loading…
Reference in New Issue
Block a user