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:
Robert Watson 2001-03-11 20:37:11 +00:00
parent 792b236965
commit 9a67c2cd11
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=74115

View File

@ -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