Subject: Re: install/32765: kernel sets are not copied to $RELEASEDIR
To: None <install-manager@netbsd.org, gnats-admin@netbsd.org,>
From: David Laight <david@l8s.co.uk>
List: netbsd-bugs
Date: 02/08/2006 21:50:02
The following reply was made to PR install/32765; it has been noted by GNATS.
From: David Laight <david@l8s.co.uk>
To: gnats-bugs@netbsd.org
Cc:
Subject: Re: install/32765: kernel sets are not copied to $RELEASEDIR
Date: Wed, 8 Feb 2006 21:52:23 +0000
On Tue, Feb 07, 2006 at 07:15:00AM +0000, cube@cubidou.net wrote:
> >Fix:
> Not known. I guess that command happens before the $RELEASEDIR
> directory structure is properly created, which means a .WAIT is
> missing somewhere.
Probably not, the specific makefile may now be running as the correct
part of a parallel make, instead of a non-parallel make which generates
separate parallel makes for each of its sub-makes.
A bug in make means that .WAIT doesn't work in the way the makefiles
expect (PR on make has been opened).
In the meantime adding a .NOTPARALLEL to the relevant makefile will
force it to single-thread - while still allowing its sub-makes to
run in parallel with themselvels and other branches of the main make.
David
--
David Laight: david@l8s.co.uk