o Replace part-wise instructions for building world for jail(8) with
a simple make world; while this does a bit more work, it means that jail(8) doesn't have to be kept in sync with /usr/src/Makefile{,.inc1} which is a moving target. MFC candidate. Submitted by: FUJISHIMA Satsuki <sf@FreeBSD.org> Reviewed by: phk Also pointed out by: Phil Kernick <Phil@Kernick.org>
This commit is contained in:
parent
533d5eb0f0
commit
cc128d39d2
@ -60,11 +60,7 @@ This shows how to setup a jail directory tree:
|
||||
.Bd -literal
|
||||
D=/here/is/the/jail
|
||||
cd /usr/src
|
||||
make hierarchy DESTDIR=$D
|
||||
make obj
|
||||
make depend
|
||||
make all
|
||||
make install DESTDIR=$D
|
||||
make world DESTDIR=$D
|
||||
cd etc
|
||||
make distribution DESTDIR=$D NO_MAKEDEV=yes
|
||||
cd $D/dev
|
||||
|
Loading…
Reference in New Issue
Block a user