Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tools Centralize NOMAN handling.
details: https://anonhg.NetBSD.org/src/rev/f8b6cdecdcec
branches: trunk
changeset: 361491:f8b6cdecdcec
user: christos <christos%NetBSD.org@localhost>
date: Tue May 01 12:38:39 2018 +0000
description:
Centralize NOMAN handling.
diffstat:
tools/Makefile.inc | 5 ++++-
tools/binstall/Makefile | 3 +--
tools/ctfconvert/Makefile | 4 +---
tools/ctfmerge/Makefile | 4 +---
tools/cvslatest/Makefile | 4 +---
tools/dbsym/Makefile | 4 +---
tools/disklabel/Makefile | 4 +---
tools/dtc/Makefile | 4 +---
tools/elftosb/Makefile | 5 +----
tools/gpt/Makefile | 3 +--
tools/m68k-elf2aout/Makefile | 4 +---
tools/makekeys/Makefile | 13 +------------
tools/mandoc/Makefile | 4 +---
tools/mdsetimage/Makefile | 4 +---
14 files changed, 17 insertions(+), 48 deletions(-)
diffs (190 lines):
diff -r 89d69e4aa6d9 -r f8b6cdecdcec tools/Makefile.inc
--- a/tools/Makefile.inc Tue May 01 10:15:27 2018 +0000
+++ b/tools/Makefile.inc Tue May 01 12:38:39 2018 +0000
@@ -1,3 +1,6 @@
-# $NetBSD: Makefile.inc,v 1.14 2018/05/01 00:04:34 christos Exp $
+# $NetBSD: Makefile.inc,v 1.15 2018/05/01 12:38:39 christos Exp $
+NOINFO= # defined
+NOLINT= # defined
+NOMAN= # defined
MKREPRO=no # Native toolchain might be unable to do it
diff -r 89d69e4aa6d9 -r f8b6cdecdcec tools/binstall/Makefile
--- a/tools/binstall/Makefile Tue May 01 10:15:27 2018 +0000
+++ b/tools/binstall/Makefile Tue May 01 12:38:39 2018 +0000
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.12 2018/05/01 00:04:34 christos Exp $
+# $NetBSD: Makefile,v 1.13 2018/05/01 12:38:39 christos Exp $
-NOMAN=
.include <bsd.init.mk>
HOSTPROGNAME= ${MACHINE_GNU_PLATFORM}-install
diff -r 89d69e4aa6d9 -r f8b6cdecdcec tools/ctfconvert/Makefile
--- a/tools/ctfconvert/Makefile Tue May 01 10:15:27 2018 +0000
+++ b/tools/ctfconvert/Makefile Tue May 01 12:38:39 2018 +0000
@@ -1,6 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2018/05/01 00:04:35 christos Exp $
-
-NOMAN= # defined
+# $NetBSD: Makefile,v 1.8 2018/05/01 12:38:39 christos Exp $
.include <bsd.init.mk>
diff -r 89d69e4aa6d9 -r f8b6cdecdcec tools/ctfmerge/Makefile
--- a/tools/ctfmerge/Makefile Tue May 01 10:15:27 2018 +0000
+++ b/tools/ctfmerge/Makefile Tue May 01 12:38:39 2018 +0000
@@ -1,6 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2018/05/01 00:04:35 christos Exp $
-
-NOMAN= # defined
+# $NetBSD: Makefile,v 1.9 2018/05/01 12:38:39 christos Exp $
.include <bsd.init.mk>
diff -r 89d69e4aa6d9 -r f8b6cdecdcec tools/cvslatest/Makefile
--- a/tools/cvslatest/Makefile Tue May 01 10:15:27 2018 +0000
+++ b/tools/cvslatest/Makefile Tue May 01 12:38:39 2018 +0000
@@ -1,6 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2018/05/01 00:04:35 christos Exp $
-
-NOMAN= # defined
+# $NetBSD: Makefile,v 1.3 2018/05/01 12:38:39 christos Exp $
.include <bsd.init.mk>
diff -r 89d69e4aa6d9 -r f8b6cdecdcec tools/dbsym/Makefile
--- a/tools/dbsym/Makefile Tue May 01 10:15:27 2018 +0000
+++ b/tools/dbsym/Makefile Tue May 01 12:38:39 2018 +0000
@@ -1,6 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2018/05/01 00:04:35 christos Exp $
-
-NOMAN= # defined
+# $NetBSD: Makefile,v 1.14 2018/05/01 12:38:39 christos Exp $
.include <bsd.init.mk>
diff -r 89d69e4aa6d9 -r f8b6cdecdcec tools/disklabel/Makefile
--- a/tools/disklabel/Makefile Tue May 01 10:15:27 2018 +0000
+++ b/tools/disklabel/Makefile Tue May 01 12:38:39 2018 +0000
@@ -1,11 +1,9 @@
-# $NetBSD: Makefile,v 1.6 2013/05/03 16:05:12 matt Exp $
+# $NetBSD: Makefile,v 1.7 2018/05/01 12:38:39 christos Exp $
HOSTPROGNAME= nbdisklabel
HOST_SRCDIR= sbin/disklabel
HOST_SRCS= disklabel.c
-NOMAN= # defined
-
.include "${.CURDIR}/../Makefile.nbincludes"
.include "${.CURDIR}/../Makefile.host"
diff -r 89d69e4aa6d9 -r f8b6cdecdcec tools/dtc/Makefile
--- a/tools/dtc/Makefile Tue May 01 10:15:27 2018 +0000
+++ b/tools/dtc/Makefile Tue May 01 12:38:39 2018 +0000
@@ -1,6 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2018/05/01 00:04:35 christos Exp $
-
-NOMAN= # defined
+# $NetBSD: Makefile,v 1.4 2018/05/01 12:38:39 christos Exp $
.include <bsd.init.mk>
diff -r 89d69e4aa6d9 -r f8b6cdecdcec tools/elftosb/Makefile
--- a/tools/elftosb/Makefile Tue May 01 10:15:27 2018 +0000
+++ b/tools/elftosb/Makefile Tue May 01 12:38:39 2018 +0000
@@ -1,11 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2012/11/15 19:49:17 jkunz Exp $
+# $NetBSD: Makefile,v 1.2 2018/05/01 12:38:39 christos Exp $
HOSTPROGNAME= ${_TOOL_PREFIX}elftosb
HOSTPROG_CXX= ${_TOOL_PREFIX}elftosb
HOST_SRCDIR= external/bsd/elftosb/usr.sbin/elftosb
-NOMAN= # defined
-
-
.include "${.CURDIR}/../Makefile.host"
diff -r 89d69e4aa6d9 -r f8b6cdecdcec tools/gpt/Makefile
--- a/tools/gpt/Makefile Tue May 01 10:15:27 2018 +0000
+++ b/tools/gpt/Makefile Tue May 01 12:38:39 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2014/09/30 18:00:28 christos Exp $
+# $NetBSD: Makefile,v 1.4 2018/05/01 12:38:39 christos Exp $
HOSTPROGNAME= nbgpt
HOST_SRCDIR= sbin/gpt
@@ -6,7 +6,6 @@
HOST_SRCS+= opendisk.c dehumanize_number.c
-NOMAN= # defined
.PATH.c: ${.CURDIR}/../../lib/libutil ${.CURDIR}/../../lib/libc/gen
.include "${.CURDIR}/../Makefile.nbincludes"
diff -r 89d69e4aa6d9 -r f8b6cdecdcec tools/m68k-elf2aout/Makefile
--- a/tools/m68k-elf2aout/Makefile Tue May 01 10:15:27 2018 +0000
+++ b/tools/m68k-elf2aout/Makefile Tue May 01 12:38:39 2018 +0000
@@ -1,11 +1,9 @@
-# $NetBSD: Makefile,v 1.1 2011/07/16 15:52:02 tsutsui Exp $
+# $NetBSD: Makefile,v 1.2 2018/05/01 12:38:40 christos Exp $
HOSTPROGNAME= ${_TOOL_PREFIX}m68k-elf2aout
HOST_SRCDIR= usr.bin/elf2aout
HOST_CPPFLAGS= -I${.CURDIR}
-NOMAN= # defined
-
.include <bsd.endian.mk>
.if ${TARGET_ENDIANNESS} == "1234"
diff -r 89d69e4aa6d9 -r f8b6cdecdcec tools/makekeys/Makefile
--- a/tools/makekeys/Makefile Tue May 01 10:15:27 2018 +0000
+++ b/tools/makekeys/Makefile Tue May 01 12:38:39 2018 +0000
@@ -1,17 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2018/05/01 00:04:36 christos Exp $
-
-#NOMAN=
-
-#.include <bsd.init.mk>
+# $NetBSD: Makefile,v 1.3 2018/05/01 12:38:40 christos Exp $
HOSTPROG= ${_TOOL_PREFIX}makekeys
HOST_SRCDIR= external/mit/xorg/tools/makekeys
-#.PATH: ${X11SRCDIR.X11}/src/util
-
-#HOST_CPPFLAGS+= -I${DESTDIR}${X11INCDIR}
-
-#SRCS= makekeys.c
-
.include "${.CURDIR}/../Makefile.host"
-#.include <bsd.hostprog.mk>
diff -r 89d69e4aa6d9 -r f8b6cdecdcec tools/mandoc/Makefile
--- a/tools/mandoc/Makefile Tue May 01 10:15:27 2018 +0000
+++ b/tools/mandoc/Makefile Tue May 01 12:38:39 2018 +0000
@@ -1,10 +1,8 @@
-# $NetBSD: Makefile,v 1.11 2018/05/01 00:04:36 christos Exp $
+# $NetBSD: Makefile,v 1.12 2018/05/01 12:38:40 christos Exp $
HOSTPROGNAME= ${_TOOL_PREFIX}mandoc
HOST_SRCDIR= external/bsd/mdocml/bin/mandoc
-NOMAN= # defined
-
.include <bsd.init.mk>
NETBSD_MINOR!= ${HOST_SH} ${NETBSDSRCDIR}/sys/conf/osrelease.sh -n
diff -r 89d69e4aa6d9 -r f8b6cdecdcec tools/mdsetimage/Makefile
--- a/tools/mdsetimage/Makefile Tue May 01 10:15:27 2018 +0000
+++ b/tools/mdsetimage/Makefile Tue May 01 12:38:39 2018 +0000
@@ -1,6 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2018/05/01 00:04:36 christos Exp $
-
-NOMAN= # defined
+# $NetBSD: Makefile,v 1.16 2018/05/01 12:38:40 christos Exp $
.include <bsd.init.mk>
Home |
Main Index |
Thread Index |
Old Index