Subject: Re: FFS File System Corruption - 1.6ZG GENERIC.MP - Intel N440BX Dual CPU
To: Conrad T. Pino <NetBSD-Current@Pino.com>
From: Martin Husemann <martin@duskware.de>
List: current-users
Date: 12/28/2003 00:51:18
On Sat, Dec 27, 2003 at 03:45:58PM -0800, Conrad T. Pino wrote:
> After checking file time stamps it's clear that *nothing* in the
> userland was updated by "./build.sh install=/".  Curses, foiled
> again!!!

Oh - interesting.

You could run the make manually though (csh syntax):

 cd /usr/src
 setenv DESTDIR /usr/src/.../destdir
 setenv INSTALLWORLDDIR /
 make installworld |& tee /tmp/installworld.log

Martin