This commit is contained in:
Ruslan Ermilov 2002-10-28 08:44:59 +00:00
parent 954c60ea7d
commit 60e155d99e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=106079

View File

@ -357,7 +357,7 @@ installcheck:
fi
.endif
.if ${TARGET_ARCH} == ${MACHINE_ARCH} && !defined(DISTDIR) && \
(!defined(DESTDIR) || ${DESTDIR} == "" || ${DESTDIR} == "/")
(!defined(DESTDIR) || empty(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"'