Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tools/toolchain Make sure MAKEINFO is defined, as it appears...



details:   https://anonhg.NetBSD.org/src/rev/41e6ce2ce01a
branches:  trunk
changeset: 521483:41e6ce2ce01a
user:      tv <tv%NetBSD.org@localhost>
date:      Thu Jan 31 15:25:08 2002 +0000

description:
Make sure MAKEINFO is defined, as it appears that toolchain/texinfo is not
auto-built.

diffstat:

 tools/toolchain/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 846415b43a6c -r 41e6ce2ce01a tools/toolchain/Makefile
--- a/tools/toolchain/Makefile  Thu Jan 31 15:24:36 2002 +0000
+++ b/tools/toolchain/Makefile  Thu Jan 31 15:25:08 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.16 2001/11/16 01:50:17 tv Exp $
+#      $NetBSD: Makefile,v 1.17 2002/01/31 15:25:08 tv Exp $
 
 .include <bsd.own.mk>
 
@@ -10,7 +10,7 @@
 CONFIGURE_ARGS=        --target=${MACHINE_GNU_PLATFORM} --disable-nls \
                --program-transform-name="s,^,${MACHINE_GNU_PLATFORM}-,"
 
-MAKE_ARGS=     MACHINE= \
+MAKE_ARGS=     MACHINE= MAKEINFO=${MAKEINFO:Q} \
                LIBGCC= LIBGCC1= LIBGCC1_TEST= LIBGCC2= INSTALL_LIBGCC=
 
 ALL_TARGET=    all-binutils all-gas all-ld all-gcc



Home | Main Index | Thread Index | Old Index