Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src Add mklocale to cross-tools and turn it back on for the builds.
details: https://anonhg.NetBSD.org/src/rev/6c4c2a470e3e
branches: trunk
changeset: 516279:6c4c2a470e3e
user: jmc <jmc%NetBSD.org@localhost>
date: Sat Oct 20 06:04:59 2001 +0000
description:
Add mklocale to cross-tools and turn it back on for the builds.
diffstat:
share/locale/Makefile | 10 +---------
share/mk/bsd.own.mk | 4 ++--
tools/Makefile | 4 ++--
tools/mklocale/Makefile | 7 +++++++
4 files changed, 12 insertions(+), 13 deletions(-)
diffs (67 lines):
diff -r a584025a77a2 -r 6c4c2a470e3e share/locale/Makefile
--- a/share/locale/Makefile Sat Oct 20 06:01:53 2001 +0000
+++ b/share/locale/Makefile Sat Oct 20 06:04:59 2001 +0000
@@ -1,15 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2001/08/14 11:40:40 tv Exp $
+# $NetBSD: Makefile,v 1.3 2001/10/20 06:04:59 jmc Exp $
.include <bsd.own.mk>
-# XXX - Temporarily disable building locale files on USE_NEW_TOOLCHAIN. - XXX
-#
-# The /usr/bin/mklocale program is very tied to NetBSD-current and is useless
-# for cross builds (as is one of the main purposes of the new toolchain).
-# Disable building the ctype files until mklocale is in a cross-usable state.
-
-.ifndef USE_NEW_TOOLCHAIN
SUBDIR= ctype
-.endif
.include <bsd.subdir.mk>
diff -r a584025a77a2 -r 6c4c2a470e3e share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk Sat Oct 20 06:01:53 2001 +0000
+++ b/share/mk/bsd.own.mk Sat Oct 20 06:04:59 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.187 2001/10/13 06:11:23 jmc Exp $
+# $NetBSD: bsd.own.mk,v 1.188 2001/10/20 06:05:00 jmc Exp $
.if !defined(_BSD_OWN_MK_)
_BSD_OWN_MK_=1
@@ -58,7 +58,7 @@
MAKEINFO= ${TOOLDIR}/bin/makeinfo
MENUC= MENUDEF=${TOOLDIR}/share/misc ${TOOLDIR}/bin/menuc
MKDEP= CC=${CC} ${TOOLDIR}/bin/mkdep
-#MKLOCALE= ${TOOLDIR}/bin/mklocale
+MKLOCALE= ${TOOLDIR}/bin/mklocale
MSGC= MSGDEF=${TOOLDIR}/share/misc ${TOOLDIR}/bin/msgc
MTREE= ${TOOLDIR}/bin/mtree
NM= ${TOOLDIR}/bin/${MACHINE_GNU_PLATFORM}-nm
diff -r a584025a77a2 -r 6c4c2a470e3e tools/Makefile
--- a/tools/Makefile Sat Oct 20 06:01:53 2001 +0000
+++ b/tools/Makefile Sat Oct 20 06:04:59 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2001/10/13 06:11:06 jmc Exp $
+# $NetBSD: Makefile,v 1.8 2001/10/20 06:05:00 jmc Exp $
.include <bsd.own.mk>
@@ -6,7 +6,7 @@
SUBDIR= binstall .WAIT gencat mkdep mtree rpcgen tsort \
yacc .WAIT lex .WAIT \
compile_et config lint lint1 lint2 lorder \
- toolchain .WAIT texinfo crunchgen msgc menuc
+ toolchain .WAIT texinfo crunchgen msgc menuc mklocale
TARGETS+= build
diff -r a584025a77a2 -r 6c4c2a470e3e tools/mklocale/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/tools/mklocale/Makefile Sat Oct 20 06:04:59 2001 +0000
@@ -0,0 +1,7 @@
+# $NetBSD: Makefile,v 1.1 2001/10/20 06:05:01 jmc Exp $
+
+HOST_SRCDIR= usr.bin/mklocale
+
+.include "${.CURDIR}/../Makefile.host"
+
+${TIMESTAMP}: ${SRCS}
Home |
Main Index |
Thread Index |
Old Index