On Fri, 18 Feb 2000, Kris Kennaway wrote:

> On Fri, 18 Feb 2000, Robert Watson wrote:
> 
> > > What value of -j? I've built fine with -j4 and -j8, but this says that the
> > > depend target hadn't run before the all target did. Did you 'make depend'
> > > before building?
> > 
> > Nope -- my make was in the top level /usr/src tree, in the form of ``make
> > -j 3 all''.  It was only after the build failed that I cd'd to the
> > directory, looked around, and did a make beforedepend to generate the
> > missing include file.  I don't know that much about the current build
> > infrastructure--was just following Poul's building instructions from
> > jail(8).
> 
> You need to make depend first..perhaps the makefile could be improved (I'm
> no guru) but I've seen lots of other parts of the tree sporadically break
> if you don't do this.

Ok, is this a make depend in the top /usr/src, or in directories thjat
specifically require it.  Or more practically speaking--I want the
directions in jail(8) to work every time.  :-)  How can this be fixed?

They currently read:

   Setting up a Jail Directory Tree
     This shows how to setup a jail directory tree:

     D=/here/is/the/jail
     cd /usr/src
     make hierarchy DESTDIR=$D
     make obj
     make all
     make install DESTDIR=$D
     cd etc
     make distribution DESTDIR=$D NO_MAKEDEV=yes
     cd $D/dev
     sh MAKEDEV jail
     cd $D
     ln -sf dev/null kernel


  Robert N M Watson 

[EMAIL PROTECTED]              http://www.watson.org/~robert/
PGP key fingerprint: AF B5 5F FF A6 4A 79 37  ED 5F 55 E9 58 04 6A B1
TIS Labs at Network Associates, Safeport Network Services



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to