From 59cb58f3f1999df7487bc8d3eb48d451013c4a08 Mon Sep 17 00:00:00 2001 From: imp Date: Mon, 25 Aug 2003 18:30:06 +0000 Subject: Add @ before the shell invocation for the testing of sufficiently new sh. No need to see this message twice. --- Makefile.inc1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.inc1') diff --git a/Makefile.inc1 b/Makefile.inc1 index 20579fe..0f1264a 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -391,7 +391,7 @@ installcheck: .if ${TARGET_ARCH} == ${MACHINE_ARCH} && !defined(DISTDIR) && \ (!defined(DESTDIR) || empty(DESTDIR) || ${DESTDIR} == "/") @echo "Checking to see if your booted kernel is fresh enough.." - ${.OBJDIR}/bin/sh/sh -c \ + @${.OBJDIR}/bin/sh/sh -c \ 'echo "Testing installed kernel for new sigaction(2) syscall"' @echo "Seems ok.." .endif -- cgit v1.1