Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tools Set NOMAN before including <bsd.own.mk> to really fix ...
details: https://anonhg.NetBSD.org/src/rev/8aae7321a9cf
branches: trunk
changeset: 784397:8aae7321a9cf
user: riastradh <riastradh%NetBSD.org@localhost>
date: Sun Jan 27 19:21:12 2013 +0000
description:
Set NOMAN before including <bsd.own.mk> to really fix PR 47500.
(Hi, christos.)
diffstat:
tools/ctfconvert/Makefile | 6 +++---
tools/ctfmerge/Makefile | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (32 lines):
diff -r 45bd8fb2d0c8 -r 8aae7321a9cf tools/ctfconvert/Makefile
--- a/tools/ctfconvert/Makefile Sun Jan 27 19:06:45 2013 +0000
+++ b/tools/ctfconvert/Makefile Sun Jan 27 19:21:12 2013 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.3 2013/01/24 13:35:52 christos Exp $
+# $NetBSD: Makefile,v 1.4 2013/01/27 19:21:12 riastradh Exp $
+
+NOMAN= # defined
.include <bsd.own.mk>
-NOMAN= # defined
-
HOSTPROGNAME= ${_TOOL_PREFIX}ctfconvert
HOST_SRCDIR= external/cddl/osnet/usr.bin/ctfconvert
#HOST_SRCS= alist.c \
diff -r 45bd8fb2d0c8 -r 8aae7321a9cf tools/ctfmerge/Makefile
--- a/tools/ctfmerge/Makefile Sun Jan 27 19:06:45 2013 +0000
+++ b/tools/ctfmerge/Makefile Sun Jan 27 19:21:12 2013 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.3 2013/01/24 13:35:52 christos Exp $
+# $NetBSD: Makefile,v 1.4 2013/01/27 19:21:12 riastradh Exp $
+
+NOMAN= # defined
.include <bsd.own.mk>
-NOMAN= # defined
-
HOSTPROGNAME= ${_TOOL_PREFIX}ctfmerge
HOST_SRCDIR= external/cddl/osnet/usr.bin/ctfmerge
Home |
Main Index |
Thread Index |
Old Index