Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk Add NOCTF
details: https://anonhg.NetBSD.org/src/rev/b2d609ba357b
branches: trunk
changeset: 328468:b2d609ba357b
user: christos <christos%NetBSD.org@localhost>
date: Fri Apr 04 01:20:12 2014 +0000
description:
Add NOCTF
diffstat:
share/mk/bsd.own.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 2966a8746ea1 -r b2d609ba357b share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk Fri Apr 04 01:19:57 2014 +0000
+++ b/share/mk/bsd.own.mk Fri Apr 04 01:20:12 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.794 2014/04/03 18:29:11 riastradh Exp $
+# $NetBSD: bsd.own.mk,v 1.795 2014/04/04 01:20:12 christos Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -507,7 +507,7 @@
OBJC= ${TOOL_OBJC.${ACTIVE_OBJC}}
# Override with tools versions if needed
-.if ${MKCTF:Uno} != "no"
+.if ${MKCTF:Uno} != "no" && !defined(NOCTF)
CTFCONVERT= ${TOOL_CTFCONVERT}
CTFMERGE= ${TOOL_CTFMERGE}
.endif
Home |
Main Index |
Thread Index |
Old Index