Add an example of rebuilding a single piece of userspace.

MFC after:	2 weeks
Sponsored by:	DARPA, AFRL
This commit is contained in:
Edward Tomasz Napierala 2018-11-30 15:56:14 +00:00
parent 7f92f23316
commit 873a1193b7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=341343

View File

@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd November 16, 2018
.Dd November 30, 2018
.Dt DEVELOPMENT 7
.Os
.Sh NAME
@ -119,6 +119,14 @@ cd src
make -j8 installworld
reboot
.Ed
.Pp
Rebuild and reinstall a single piece of userspace, in this
case
.Xr ls 1 :
.Bd -literal -offset indent
cd src/bin/ls
make clean all install
.Ed
.Sh SEE ALSO
.Xr svnlite 1 ,
.Xr witness 4 ,