summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.inc17
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index c6206c6..e13aaf2 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -356,6 +356,13 @@ installcheck:
false; \
fi
.endif
+.if ${TARGET_ARCH} == ${MACHINE_ARCH} && \
+ (!defined(DESTDIR) || ${DESTDIR} == "" || ${DESTDIR} == "/")
+ @echo "Checking to see if your booted kernel is fresh enough.."
+ ${.OBJDIR}/bin/sh/sh -c \
+ 'echo "Testing installed kernel for new sigaction(2) syscall"'
+ @echo "Seems ok.."
+.endif
#
# distributeworld
OpenPOWER on IntegriCloud