Module Name: src Committed By: tsutsui Date: Fri Mar 18 15:13:55 UTC 2011
Modified Files: src/tools: Makefile.nbincludes src/tools/mklocale: Makefile Log Message: 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. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tools/Makefile.nbincludes cvs rdiff -u -r1.6 -r1.7 src/tools/mklocale/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/tools/Makefile.nbincludes diff -u src/tools/Makefile.nbincludes:1.1 src/tools/Makefile.nbincludes:1.2 --- src/tools/Makefile.nbincludes:1.1 Sat Jun 19 23:11:10 2010 +++ src/tools/Makefile.nbincludes Fri Mar 18 15:13:54 2011 @@ -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 Index: src/tools/mklocale/Makefile diff -u src/tools/mklocale/Makefile:1.6 src/tools/mklocale/Makefile:1.7 --- src/tools/mklocale/Makefile:1.6 Sat Jun 19 23:11:10 2010 +++ src/tools/mklocale/Makefile Fri Mar 18 15:13:55 2011 @@ -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"