Subject: Re: First attempt at a VAX -current build
To: Matt Thomas <matt@3am-software.com>
From: Brian Chase <vaxzilla@jarai.org>
List: port-vax
Date: 12/08/2003 23:10:10
On Mon, 8 Dec 2003, Brian Chase wrote:

> Er, and that was from a -current build with the following command line.
>
> ./build.sh -m vax -R /usr/snapshot distribution

I probably should've looked at this a bit more closely and I should also
put the coffee down.  It is becuase of the change to
src/sys/arch/vax/boot/Makefile.inc from this morning, but it can easily
be gotten around with the build option -V HAVE_GCC3=no.

If the Makefile syntax supports it, it might be nice to use something
like ${HAVE_GCC3:-no} instead of ${HAVE_GCC3} for the ".if" conditional
expressions.

-brian.