Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tools tools/mklocale has not required ctype_bits.h since the...
details: https://anonhg.NetBSD.org/src/rev/147627355d82
branches: trunk
changeset: 763383:147627355d82
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Fri Mar 18 15:13:54 2011 +0000
description:
tools/mklocale has not required ctype_bits.h since the following fix:
http://mail-index.NetBSD.org/source-changes/2010/06/20/msg011122.html
Tested build.sh tools on CentOS 5.
diffstat:
tools/Makefile.nbincludes | 3 +--
tools/mklocale/Makefile | 5 +----
2 files changed, 2 insertions(+), 6 deletions(-)
diffs (31 lines):
diff -r e115c148665d -r 147627355d82 tools/Makefile.nbincludes
--- a/tools/Makefile.nbincludes Fri Mar 18 14:56:01 2011 +0000
+++ b/tools/Makefile.nbincludes Fri Mar 18 15:13:54 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.nbincludes,v 1.1 2010/06/19 23:11:10 riz Exp $
+# $NetBSD: Makefile.nbincludes,v 1.2 2011/03/18 15:13:54 tsutsui Exp $
# NOxxx definitions are copied from Makefile.host, and are
# required before .include <bsd.own.mk>. The include of bsd.own.mk
@@ -28,7 +28,6 @@
_INCS= disktab.h
_SYSINCS= bootblock.h \
- ctype_bits.h \
disklabel.h disklabel_acorn.h disklabel_gpt.h disklabel_rdb.h \
dkbad.h \
exec_elf.h
diff -r e115c148665d -r 147627355d82 tools/mklocale/Makefile
--- a/tools/mklocale/Makefile Fri Mar 18 14:56:01 2011 +0000
+++ b/tools/mklocale/Makefile Fri Mar 18 15:13:54 2011 +0000
@@ -1,9 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2010/06/19 23:11:10 riz Exp $
+# $NetBSD: Makefile,v 1.7 2011/03/18 15:13:55 tsutsui Exp $
HOSTPROGNAME= ${_TOOL_PREFIX}mklocale
HOST_SRCDIR= usr.bin/mklocale
-HOST_CPPFLAGS+= -I${TOOLDIR}/include/nbinclude
-
-.include "${.CURDIR}/../Makefile.nbincludes"
.include "${.CURDIR}/../Makefile.host"
Home |
Main Index |
Thread Index |
Old Index