Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tools Since TOOLCHAIN_MISSING is defined in bsd.own.mk, it c...
details: https://anonhg.NetBSD.org/src/rev/fa68d6f6de95
branches: trunk
changeset: 536588:fa68d6f6de95
user: matt <matt%NetBSD.org@localhost>
date: Thu Sep 19 01:23:24 2002 +0000
description:
Since TOOLCHAIN_MISSING is defined in bsd.own.mk, it can never be undefined.
Instead, make sure the value of it is "no"
diffstat:
tools/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (14 lines):
diff -r 7b658bc6f2b2 -r fa68d6f6de95 tools/Makefile
--- a/tools/Makefile Thu Sep 19 01:16:58 2002 +0000
+++ b/tools/Makefile Thu Sep 19 01:23:24 2002 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.58 2002/09/17 23:18:26 thorpej Exp $
+# $NetBSD: Makefile,v 1.59 2002/09/19 01:23:24 matt Exp $
.include <bsd.own.mk>
-.if !defined(TOOLCHAIN_MISSING)
+.if ${TOOLCHAIN_MISSING} == "no"
TOOLCHAIN_BITS= toolchain .WAIT dbsym mdsetimage
# XXX Eventually, we want to be able to build dbsym and mdsetimage
# XXX if EXTERNAL_TOOLCHAIN is set.
Home |
Main Index |
Thread Index |
Old Index