mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Emptify.
This commit is contained in:
parent
954c60ea7d
commit
60e155d99e
1 changed files with 1 additions and 1 deletions
|
|
@ -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"'
|
||||
|
|
|
|||
Loading…
Reference in a new issue