Subject: Re: unable to make build
To: None <jsarkes@tiac.net>
From: Perry E. Metzger <perry@piermont.com>
List: current-users
Date: 05/06/2000 16:23:48
Joseph Sarkes <joe@js1.jsnet> writes:
> Something is still not quite right with the KERNOBJ changes
> yet. If I manually copy the file, will I be able to make
> build again?
> 
> Build started at: Wed May  3 20:33:06 EDT 2000
> (cd /usr/src/etc && make DESTDIR=/ distrib-dirs)
> "Makefile", line 261: Could not find bsd.kernobj.mk
> Fatal errors encountered -- cannot continue
> *** Error code 1

did you "cd /usr/src; make build" FIRST?

There is no guarantee that you'll have all the needed include or make
files in place if you don't "make build" each time.

.pm