Date: Fri, 18 Feb 2000 17:12:58 -0500 (EST) From: Robert Watson <robert@cyrus.watson.org> To: Kris Kennaway <kris@FreeBSD.org> Cc: freebsd-current@FreeBSD.org Subject: Re: break in libcrypto? Message-ID: <Pine.BSF.3.96.1000218171122.39111I-100000@fledge.watson.org> In-Reply-To: <Pine.BSF.4.21.0002181317410.24802-100000@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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 robert@fledge.watson.org 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 majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.1000218171122.39111I-100000>