NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: toolchain/48123: Cross-build failure of tools (gmake's doc)
The following reply was made to PR toolchain/48123; it has been noted by GNATS.
From: =?ISO-8859-1?Q?Gr=E9goire_Sutre?= <gregoire.sutre%gmail.com@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: toolchain/48123: Cross-build failure of tools (gmake's doc)
Date: Fri, 16 Aug 2013 01:25:58 +0200
On 08/14/2013 06:20 PM, Alan Barrett wrote:
> The host system's version of makeinfo should be irrelevant. The build
> should use the version that is built from src/tools/texinfo.
The following patch fixes the problem. Is this the right fix?
Index: Makefile
===================================================================
RCS file: /cvsroot/src/tools/gmake/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- Makefile 27 Oct 2006 22:36:23 -0000 1.2
+++ Makefile 15 Aug 2013 23:23:46 -0000
@@ -11,6 +11,8 @@
CONFIGURE_ARGS= --program-prefix=${_TOOL_PREFIX}g
CONFIGURE_ARGS+=--disable-nls
+MAKE_ARGS= MAKEINFO=${TOOL_MAKEINFO:Q}
+
.NOTPARALLEL:
.include "${.CURDIR}/../Makefile.gnuhost"
Home |
Main Index |
Thread Index |
Old Index