aboutsummaryrefslogtreecommitdiff
path: root/share/man/man7/development.7
diff options
context:
space:
mode:
authorEdward Tomasz Napierala <trasz@FreeBSD.org>2018-11-30 15:56:14 +0000
committerEdward Tomasz Napierala <trasz@FreeBSD.org>2018-11-30 15:56:14 +0000
commit873a1193b7c3053d5e12d09708f74d170fe3c568 (patch)
tree5ee1b3c71f44c7fa433e54a6bfca58d03bfde4ad /share/man/man7/development.7
parent7f92f23316e2997f6f2a515343cf2e7ca6249482 (diff)
Add an example of rebuilding a single piece of userspace.
MFC after: 2 weeks Sponsored by: DARPA, AFRL
Notes
Notes: svn path=/head/; revision=341343
Diffstat (limited to 'share/man/man7/development.7')
-rw-r--r--share/man/man7/development.710
1 files changed, 9 insertions, 1 deletions
diff --git a/share/man/man7/development.7 b/share/man/man7/development.7
index 1b871fc0fa0a..c060d7b42d1a 100644
--- a/share/man/man7/development.7
+++ b/share/man/man7/development.7
@@ -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 ,