Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/Makefile,v retrieving revision 1.222 retrieving revision 1.223 diff -u -p -r1.222 -r1.223 --- src/Makefile 2003/12/05 22:33:01 1.222 +++ src/Makefile 2004/01/03 14:04:27 1.223 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.222 2003/12/05 22:33:01 lukem Exp $ +# $NetBSD: Makefile,v 1.223 2004/01/03 14:04:27 lukem Exp $ # # This is the top-level makefile for building NetBSD. For an outline of @@ -295,7 +295,7 @@ release snapshot: # check-tools: -.if ${TOOLCHAIN_MISSING} == "yes" && !defined(EXTERNAL_TOOLCHAIN) +.if ${TOOLCHAIN_MISSING} != "no" && !defined(EXTERNAL_TOOLCHAIN) @echo '*** WARNING: Building on MACHINE=${MACHINE} with missing toolchain.' @echo '*** May result in a failed build or corrupt binaries!' .elif defined(EXTERNAL_TOOLCHAIN)