X-MimeOLE: Produced By Microsoft Exchange V6.5
Received: by onstor-exch02.onstor.net 
	id <01C7DB8A.DBC5B50C@onstor-exch02.onstor.net>; Fri, 10 Aug 2007 12:13:04 -0800
MIME-Version: 1.0
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
Content-class: urn:content-classes:message
Subject: RE: Kernel build issue
Date: Fri, 10 Aug 2007 12:13:04 -0800
Message-ID: <BB375AF679D4A34E9CA8DFA650E2B04E02215972@onstor-exch02.onstor.net>
In-Reply-To: <20070810130936.69e52f23@ripper.onstor.net>
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
Thread-Topic: Kernel build issue
Thread-Index: AcfbimAwi9afgtZ3TjqPz4ZVB5kLewAAEwbg
From: "Larry Scheer" <larry.scheer@onstor.com>
To: "Andy Sharp" <andy.sharp@onstor.com>

I think so. I don't recall seeing the CONV =3D $(shell which conv) in =
the
version of the Makefile I reviewed.

-----Original Message-----
From: Andy Sharp=20
Sent: Friday, August 10, 2007 1:10 PM
To: Larry Scheer
Subject: Re: Kernel build issue

On Fri, 10 Aug 2007 13:06:04 -0700 "Larry Scheer"
<larry.scheer@onstor.com> wrote:

> If you don't have your path set so conv is found  a make kernel will
> fail.
>=20
> To work around this problem add /usr/local/sde4/bin to your path:
> Bash:
> export PATH=3D${PATH}:/usr/local/sde4/bin
> c-shell
> set path =3D ($path /usr/local/sde4/bin)

I thought you fixed this once?  Did I blow away that fix in my recent
checkin?

a
