Subject: Re: CVS commit: src/usr.sbin/config
To: None <cdi@mawhrin.net>
From: Havard Eidnes <he@netbsd.org>
List: source-changes
Date: 10/20/2003 01:17:07
> Today's world cross-build has failed for me at the tools/config compi=
lation
> stage with the error 'gram.h: No such file or directory'. To my unedu=
cated
> guess, this is due to the latest revision of usr.sbin/config/Makefile=
 which
> has changed CPPFLAGS to not include '-I.'. Is this a typo in a Makefi=
le or is
> it just my fault?

There's something strange going on here; it compiled for the i386
target, but failed for the sgimips target.  One difference
between those is that one is gcc-3 and the other is gcc-2.

For now I just added the -I. directive.

Regards,

- H=E5vard