Date: Fri, 15 Sep 2000 06:50:02 -0700 (PDT) From: "Chris D. Faulhaber" <jedgar@fxp.org> To: freebsd-bugs@FreeBSD.org Subject: Re: misc/21287: "make all" for a jail build fails at lib/libpam/modules/pam_ssh Message-ID: <200009151350.GAA65177@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR misc/21287; it has been noted by GNATS. From: "Chris D. Faulhaber" <jedgar@fxp.org> To: sketchy@weirdo.netcraft.com Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: misc/21287: "make all" for a jail build fails at lib/libpam/modules/pam_ssh Date: Fri, 15 Sep 2000 09:42:58 -0400 (EDT) On Fri, 15 Sep 2000, Jonathan Perkin wrote: > D=/here/is/the/jail > cd /usr/src > make hierarchy DESTDIR=$D > make obj > make depend > make all > My question is why would the build sequence be different for a jail. For my jails, I use a standard build/installworld combination (with proper options set, such as NO_MAKEDEV). Perhaps something like the following patch should be applied: Index: jail.8 =================================================================== RCS file: /home/ncvs/src/usr.sbin/jail/jail.8,v retrieving revision 1.15 diff -u -r1.15 jail.8 --- jail.8 2000/07/08 14:12:34 1.15 +++ jail.8 2000/09/15 13:41:42 @@ -61,10 +61,8 @@ D=/here/is/the/jail cd /usr/src make hierarchy DESTDIR=$D -make obj -make depend -make all -make install DESTDIR=$D +make buildworld +make installworld DESTDIR=$D cd etc make distribution DESTDIR=$D NO_MAKEDEV=yes cd $D/dev ----- Chris D. Faulhaber - jedgar@fxp.org - jedgar@FreeBSD.org -------------------------------------------------------- FreeBSD: The Power To Serve - http://www.FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200009151350.GAA65177>
