]> granicus.if.org Git - procps-ng/commitdiff
build-sys: a small tweak to the new 'check-lib' target
authorJim Warner <james.warner@comcast.net>
Wed, 21 Oct 2020 05:00:00 +0000 (00:00 -0500)
committerCraig Small <csmall@dropbear.xyz>
Sat, 24 Oct 2020 07:27:57 +0000 (18:27 +1100)
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>
Makefile.am

index 6b460ca42da01bdaab2a41ec42b89aac2cc32916..3f2dcb9a916a7e092addeef4cf5282a7766cff74 100644 (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 = \