Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-6]: src/tools/gettext Pull up revision 1.4 (via patch, requeste...
details: https://anonhg.NetBSD.org/src/rev/6a58aa66d89a
branches: netbsd-1-6
changeset: 531430:6a58aa66d89a
user: he <he%NetBSD.org@localhost>
date: Mon Jul 12 21:36:18 2004 +0000
description:
Pull up revision 1.4 (via patch, requested by dbj in ticket #1722):
Disable rules that try to rebuild files in the source tree
(only affects MKMAINTAINER=yes builds.)
diffstat:
tools/gettext/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r 767e34aedf85 -r 6a58aa66d89a tools/gettext/Makefile
--- a/tools/gettext/Makefile Mon Jul 12 21:35:16 2004 +0000
+++ b/tools/gettext/Makefile Mon Jul 12 21:36:18 2004 +0000
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile,v 1.1 2002/02/26 18:14:40 tv Exp $
+# $NetBSD: Makefile,v 1.1.2.1 2004/07/12 21:36:18 he Exp $
.include <bsd.own.mk>
MODULE= gettext
-CONFIGURE_ARGS= --program-transform-name="s,^,nb,"
+CONFIGURE_ARGS= --program-transform-name="s,^,nb," \
+ --with-included-gettext
MAKE_ARGS= MAKEINFO=${MAKEINFO:Q}
.include "${.CURDIR}/../Makefile.gnuhost"
Home |
Main Index |
Thread Index |
Old Index