Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tools Disable dtc/libfdt for now
details: https://anonhg.NetBSD.org/src/rev/0ec2d57ab94e
branches: trunk
changeset: 354178:0ec2d57ab94e
user: skrll <skrll%NetBSD.org@localhost>
date: Tue Jun 06 08:21:53 2017 +0000
description:
Disable dtc/libfdt for now
diffstat:
tools/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r bf38f801fe37 -r 0ec2d57ab94e tools/Makefile
--- a/tools/Makefile Tue Jun 06 07:45:39 2017 +0000
+++ b/tools/Makefile Tue Jun 06 08:21:53 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.189 2017/06/05 23:55:43 christos Exp $
+# $NetBSD: Makefile,v 1.190 2017/06/06 08:21:53 skrll Exp $
.include <bsd.own.mk>
.include <bsd.endian.mk>
@@ -210,8 +210,8 @@
.if ${MACHINE} == "evbarm" || ${MACHINE} == "evbmips" || \
${MACHINE} == "evbppc" || ${MACHINE} == "sandpoint"
SUBDIR+= mkubootimage
-SUBDIR+= libfdt .WAIT
-SUBDIR+= dtc
+#SUBDIR+= libfdt .WAIT
+#SUBDIR+= dtc
.endif
.if ${MKX11} != "no"
Home |
Main Index |
Thread Index |
Old Index