Subject: Re: GCC 3.3.1 now default on i386, sparc, sparc64 & alpha.
To: D'Arcy J.M. Cain <darcy@NetBSD.org>
From: Andrew Reilly <areilly@bigpond.net.au>
List: current-users
Date: 09/23/2003 14:07:16
On Sun, Sep 21, 2003 at 09:38:38PM -0400, D'Arcy J.M. Cain wrote:
> On Sunday 21 September 2003 20:56, George Michaelson wrote:
> > bug: somebody left off a shell continuation marker in the makefile changes
> >      for arm...
> 
> Yah, I just saw that and tried to commit the fix but Matt Thomas beat me to 
> it.  However, I am seeing another problem.  I thought it was related but it 
> doesn't seem to be.
> 
> ...
> cleandir ===> usr.bin/vgrind
> make: Unclosed variable specification for CC
> [1]   Segmentation fault (core dumped) make "_THISDIR_=...
> *** Error code 139
> 
> If I remove vgrind from the makefile I just get the error in another 
> directory.  Anyone know what happened here?  Did I get something out of sync?

I made a (fairly recent) rebuild get through this by explicitly
using the newly built "make" in the tools directory.  One of the
new makefiles uses new make variable substitution syntax that
the old (system) make that you ran on the command line doesn't
understand.

-- 
Andrew