summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorJim Warner <james.warner@comcast.net>2020-10-21 00:00:00 -0500
committerCraig Small <csmall@dropbear.xyz>2020-10-24 18:27:57 +1100
commitf83348ba5f0814ff2fc055bbf46e9460a5c13360 (patch)
tree5ceb1c91d6eb95f27fe46e07d3a485c28118e1e2 /Makefile.am
parenteb83a1f8215abbd5378b4f5caa1df89e7b040f27 (diff)
downloadprocps-ng-f83348ba5f0814ff2fc055bbf46e9460a5c13360.tar.gz
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>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 6b460ca..3f2dcb9 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 = \