Module Name: src Committed By: apb Date: Wed Mar 6 14:34:01 UTC 2013
Modified Files: src/tools/gettext: Makefile Log Message: Prevent the tools/gettext build from trying to run emacs. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/tools/gettext/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/gettext/Makefile diff -u src/tools/gettext/Makefile:1.5 src/tools/gettext/Makefile:1.6 --- src/tools/gettext/Makefile:1.5 Tue Feb 10 19:50:47 2009 +++ src/tools/gettext/Makefile Wed Mar 6 14:34:01 2013 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2009/02/10 19:50:47 joerg Exp $ +# $NetBSD: Makefile,v 1.6 2013/03/06 14:34:01 apb Exp $ .include <bsd.own.mk> @@ -6,6 +6,7 @@ MODULE= gettext CONFIGURE_ARGS= --program-transform-name="s,^,${_TOOL_PREFIX}," \ --with-included-gettext --disable-csharp +CONFIGURE_ENV+= EMACS=no MAKE_ARGS= MAKEINFO=${TOOL_MAKEINFO:Q} .include "${.CURDIR}/../Makefile.gnuhost"