Silence down the example builds a bit.

MFC after:	2 weeks
Sponsored by:	DARPA, AFRL
This commit is contained in:
trasz 2018-11-30 16:02:27 +00:00
parent 6aae22499a
commit 860efdae73

View File

@ -109,7 +109,7 @@ system:
.Bd -literal -offset indent .Bd -literal -offset indent
svnlite co https://svn.FreeBSD.org/base/head src svnlite co https://svn.FreeBSD.org/base/head src
cd src cd src
make -j8 buildworld buildkernel installkernel make -sj8 buildworld buildkernel installkernel
shutdown -r now shutdown -r now
.Ed .Ed
.Pp .Pp
@ -133,7 +133,7 @@ changed since last build; note that this will only work if the full kernel
build has been completed in the past, not on a fresh source tree: build has been completed in the past, not on a fresh source tree:
.Bd -literal -offset indent .Bd -literal -offset indent
cd src cd src
make -j8 kernel KERNFAST=1 make -sj8 kernel KERNFAST=1
.Ed .Ed
.Sh SEE ALSO .Sh SEE ALSO
.Xr svnlite 1 , .Xr svnlite 1 ,