Add gettext to tools.
For now this is a maintainer-tool only; none of the NetBSD build needs to run msgfmt as of yet. (However, its presence is needed to make the mknative part of src/tools/toolchain produce the same output as a truly "native" GNU configury of the toolchain.)
This commit is contained in:
parent
13dd6cb726
commit
d3501a4060
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.37 2002/02/23 21:32:27 gmcgarry Exp $
|
||||
# $NetBSD: Makefile,v 1.38 2002/02/26 18:15:59 tv Exp $
|
||||
|
||||
# XXX Note: NO_DBSYM is a stopgap temporary variable for use
|
||||
# with the development of non-NetBSD hosting support. This will go away.
|
||||
@ -25,7 +25,7 @@ SUBDIR= host-mkdep .WAIT compat .WAIT \
|
||||
makefs menuc mklocale msgc pax pwd_mkdb zic
|
||||
|
||||
.if ${MKMAINTAINERTOOLS:Uno} != "no"
|
||||
SUBDIR+= autoconf
|
||||
SUBDIR+= autoconf gettext
|
||||
.endif
|
||||
|
||||
.if ${MACHINE} == sparc || ${MACHINE} == sparc64
|
||||
|
10
tools/gettext/Makefile
Normal file
10
tools/gettext/Makefile
Normal file
@ -0,0 +1,10 @@
|
||||
# $NetBSD: Makefile,v 1.1 2002/02/26 18:14:40 tv Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
MODULE= gettext
|
||||
|
||||
CONFIGURE_ARGS= --program-transform-name="s,^,nb,"
|
||||
MAKE_ARGS= MAKEINFO=${MAKEINFO:Q}
|
||||
|
||||
.include "${.CURDIR}/../Makefile.gnuhost"
|
Loading…
Reference in New Issue
Block a user