mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-30 15:12:44 +00:00
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
792b236965
commit
9a67c2cd11
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=74115
@ -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