From 921fb01865f68d82f4ada29aa968001cdf45e517 Mon Sep 17 00:00:00 2001 From: peter Date: Sun, 27 Oct 2002 03:38:57 +0000 Subject: 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(-) (limited to 'Makefile.inc1') diff --git a/Makefile.inc1 b/Makefile.inc1 index e13aaf2..3a6582f 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 \ -- cgit v1.1