make world + jail issues

Bill Marquette bill.marquette at gmail.com
Wed Sep 6 08:40:49 PDT 2006


On 9/6/06, Joerg Sonnenberger <joerg at xxxxxxxxxxxxxxxxx> wrote:
On Wed, Sep 06, 2006 at 10:33:55PM +1000, Morgan Reed wrote:
> Once I get to building the world. i.e. 'make world
> DESTDIR=/usr/jailroot' I've fallen on some issues, all of which appear
> to be related to paths;
Use "make buildworld && make installworld DESTDIR=..." instead.

Joerg
Thanks, that seems to work better.  Here's a patch against the man page :)

--Bill

Index: usr.sbin/jail/jail.8
===================================================================
RCS file: /home/dcvs/src/usr.sbin/jail/jail.8,v
retrieving revision 1.4
diff -u -r1.4 jail.8
--- usr.sbin/jail/jail.8        9 Nov 2004 08:52:46 -0000       1.4
+++ usr.sbin/jail/jail.8        6 Sep 2006 15:37:15 -0000
@@ -78,7 +78,7 @@
D=/here/is/the/jail
cd /usr/src
mkdir -p $D
-make world DESTDIR=$D
+make buildworld && make installworld DESTDIR=$D
cd etc
make distribution DESTDIR=$D -DNO_MAKEDEV_RUN
cd $D/dev




More information about the Bugs mailing list