diff options
| author | Warner Losh <imp@FreeBSD.org> | 2003-08-25 18:30:06 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2003-08-25 18:30:06 +0000 |
| commit | e4df6a7dca22b21cffd64b42df09a35ac290e60c (patch) | |
| tree | 15f275751bd4a4cbf394963094529d2ca4d65088 | |
| parent | 533b7cef1e31350455000b645ffc578b133628d4 (diff) | |
Notes
| -rw-r--r-- | Makefile.inc1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1 index 20579fe65fd4..0f1264a2c327 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 |
