Add @ before the shell invocation for the testing of sufficiently new sh.
No need to see this message twice.
This commit is contained in:
parent
533b7cef1e
commit
e4df6a7dca
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user