From 3dc22e980e9538fc03b2673fe6dccee19ad5484a Mon Sep 17 00:00:00 2001 From: bluhm <> Date: Thu, 17 Dec 2020 00:51:12 +0000 Subject: Remove echo headlines. --- src/regress/lib/libc/setjmp-fpu/Makefile | 4 +--- src/regress/lib/libc/sys/Makefile | 3 +-- 2 files changed, 2 insertions(+), 5 deletions(-) (limited to 'src/regress/lib/libc') diff --git a/src/regress/lib/libc/setjmp-fpu/Makefile b/src/regress/lib/libc/setjmp-fpu/Makefile index c4e7196c1d..e3dd2daa52 100644 --- a/src/regress/lib/libc/setjmp-fpu/Makefile +++ b/src/regress/lib/libc/setjmp-fpu/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2020/01/16 13:03:42 bluhm Exp $ +# $OpenBSD: Makefile,v 1.5 2020/12/17 00:51:11 bluhm Exp $ PROGS= fpu _setjmp setjmp sigsetjmp @@ -6,14 +6,12 @@ LDADD= -lm REGRESS_TARGETS = run-fpu run-fpu: fpu - @echo '======== $@ ========' # check fpu functions without setjmp/longjmp before testing the latter ./fpu .for p in ${PROGS:M*jmp} REGRESS_TARGETS += run-$p run-$p: $p - @echo '======== $@ ========' ./$p .endfor diff --git a/src/regress/lib/libc/sys/Makefile b/src/regress/lib/libc/sys/Makefile index 7dcfcb73a9..7a3b920426 100644 --- a/src/regress/lib/libc/sys/Makefile +++ b/src/regress/lib/libc/sys/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.9 2020/12/06 18:46:07 bluhm Exp $ +# $OpenBSD: Makefile,v 1.10 2020/12/17 00:51:11 bluhm Exp $ # Copyright (c) 2019 Moritz Buhl # Copyright (c) 2019 Alexander Bluhm @@ -75,7 +75,6 @@ CLEANFILES = access dummy mmap truncate_test.root_owned .for p in ${PROGS} run-$p: $p - @echo "\n======== $@ ========" ntests="`./$p -n`" && \ echo "1..$$ntests" && \ tnumbers="`jot -ns' ' - 1 $$ntests`" && \ -- cgit v1.2.3-55-g6feb