Subject: Re: Latest build failure - systat
To: None <paul@whooppee.com>
From: Greg Troxel <gdt@ir.bbn.com>
List: current-users
Date: 12/18/2007 08:53:49
  /usr/src was updated via CVS on 2007-12-18 12:37:24 UTC...

  --- dependall ---
  nbmake: nbmake: don't know how to make /usr/obj/destdir/amd64/usr/include/sys/pmf.h. Stop
  *** [dependall] Error code 2
  1 error

pmf.h is no longer installed, and stale .depend files are referencing it.
"nbmake-$arch cleandir" will remove then, and then it will build

cd /usr/obj/..../$arch
find . -type f -name .depend|xargs egrep pmf.h|awk -F: '{print $1}'

and then add '|xargs rm' if it looks sane.


Really the dependall target should somehow be able to run even though
.depend references files that don't exist.  I'm not enough of a make
weenie to know how to fix that.