From 6ef0c7707d560d7208335d2a9ea917f6cd2a8b5b Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Sun, 27 Oct 2002 03:38:57 +0000 Subject: [PATCH] DISTDIR is used by 'make release', lets see if this is enough to turn off the execution test. --- Makefile.inc1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.inc1 b/Makefile.inc1 index e13aaf2348c9..3a6582f4c000 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -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 \