Subject: Re: Crosscompiling error in i386 linux host
To: John Clark <jclark@metricsystems.com>
From: Luke Mewburn <lukem@NetBSD.org>
List: netbsd-users
Date: 05/19/2005 11:39:10
--L2YZAWjVjAQ1Un1Q
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Tue, May 17, 2005 at 02:02:54PM -0700, John Clark wrote:
  | In my system the file:
  |=20
  | /etc/profile.env
  |=20
  | has:
  |=20
  | INFODIR=3D'/usr/share/info:/usr/X11R6/info'
  | INFOPATH=3D'/usr/share/info:/usr/share/gcc-data/i686-pc-linux-gnu/3.3/i=
nfo'


It's the setting of INFODIR that's the problem.
<bsd.own.mk> won't set INFODIR to /usr/share/info
if it's already defined, which means that the install:
target in <bsd.info.mk> uses the wrong path.

I've fixed this by clearing INFODIR in the "makewrapper"
that build.sh creates & uses.

Please try using build.sh 1.136.

--L2YZAWjVjAQ1Un1Q
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (NetBSD)

iD8DBQFCi+4+pBhtmn8zJHIRAiSAAKDCf/GYk+RHIr+FiT9FBcrKGAJetwCgs8gV
Lfle59V45Ubms8YDpaNO1hY=
=Wluu
-----END PGP SIGNATURE-----

--L2YZAWjVjAQ1Un1Q--