Subject: Re: make release failure
To: None <port-i386@netbsd.org>
From: Patrick Welche <prlw1@newn.cam.ac.uk>
List: port-i386
Date: 01/18/2001 18:51:02
On Thu, Jan 04, 2001 at 10:22:15PM +0000, Patrick Welche wrote:
> Doing a make build, I get:
> 
> sh /usr/src/sys/arch/i386/stand/biosboot/../../../../conf/newvers_stand.sh /usr/src/sys/arch/i386/stand/biosboot/version 'i386' "BIOS Boot"
> Segmentation fault - core dumped
> *** Error code 139
etc

Just for the record/archives Christos fixed it with

----------------------------
revision 1.35
date: 2001/01/15 22:17:09;  author: christos;  state: Exp;  lines: +5 -4
.PHONY gnode's don't get a PREFIX, so don't try to set the parent's prefixes
on a parallel make.
----------------------------