CONFIGURE_ARGS+=--disable-nls so that tools/gmake doesn't accidentally

pick up tools/gettext that is built when MKMAINTAINERTOOLS=yes

As gettext is built after gmake - this only happens if you either do
an update build and tools/gmake gets rebuilt, or if you use the same
TOOLDIR for several ports.
This commit is contained in:
uwe 2006-10-27 22:36:23 +00:00
parent 3e7961407f
commit 06ddf90514

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.1 2006/03/29 21:10:26 jmc Exp $
# $NetBSD: Makefile,v 1.2 2006/10/27 22:36:23 uwe Exp $
#
GNUHOSTDIST= ${.CURDIR}/../../gnu/dist/gmake
@ -9,6 +9,7 @@ CONFIGURE_ENV+= CC=${HOST_CC:Q} \
CXX=${HOST_CXX:Q}
CONFIGURE_ARGS= --program-prefix=${_TOOL_PREFIX}g
CONFIGURE_ARGS+=--disable-nls
.NOTPARALLEL: