DISTDIR is used by 'make release', lets see if this is enough to turn
off the execution test.
This commit is contained in:
parent
aaa20823ad
commit
f3deb8a3e6
@ -356,7 +356,7 @@ installcheck:
|
||||
false; \
|
||||
fi
|
||||
.endif
|
||||
.if ${TARGET_ARCH} == ${MACHINE_ARCH} && \
|
||||
.if ${TARGET_ARCH} == ${MACHINE_ARCH} && !defined(DISTDIR) && \
|
||||
(!defined(DESTDIR) || ${DESTDIR} == "" || ${DESTDIR} == "/")
|
||||
@echo "Checking to see if your booted kernel is fresh enough.."
|
||||
${.OBJDIR}/bin/sh/sh -c \
|
||||
|
Loading…
Reference in New Issue
Block a user