Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tools Oops. typo which can break things for non-new toolchai...



details:   https://anonhg.NetBSD.org/src/rev/4c50c7193b08
branches:  trunk
changeset: 517989:4c50c7193b08
user:      jmc <jmc%NetBSD.org@localhost>
date:      Thu Nov 22 19:09:42 2001 +0000

description:
Oops. typo which can break things for non-new toolchain builds if MKTOOLS isn't
set

diffstat:

 tools/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 23d25c7fe6c1 -r 4c50c7193b08 tools/Makefile
--- a/tools/Makefile    Thu Nov 22 18:40:12 2001 +0000
+++ b/tools/Makefile    Thu Nov 22 19:09:42 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.18 2001/11/22 00:13:10 jmc Exp $
+#      $NetBSD: Makefile,v 1.19 2001/11/22 19:09:42 jmc Exp $
 
 .include <bsd.own.mk>
 
@@ -18,7 +18,7 @@
 
 .if ${MKTOOLS:Uyes} == "no" || ${USETOOLS} != "yes"
 realall install: _warn
-.if ${MKTOOLS} == "no"
+.if ${MKTOOLS:Uyes} == "no"
 _warn:
        @echo '*** WARNING: "MKTOOLS" is set to "no"; this will prevent building and'
        @echo '*** updating your host toolchain.  This should be used only as a'



Home | Main Index | Thread Index | Old Index