Author: trasz
Date: Fri Nov 30 16:02:27 2018
New Revision: 341345
URL: https://svnweb.freebsd.org/changeset/base/341345

Log:
  Silence down the example builds a bit.
  
  MFC after:    2 weeks
  Sponsored by: DARPA, AFRL

Modified:
  head/share/man/man7/development.7

Modified: head/share/man/man7/development.7
==============================================================================
--- head/share/man/man7/development.7   Fri Nov 30 16:01:43 2018        
(r341344)
+++ head/share/man/man7/development.7   Fri Nov 30 16:02:27 2018        
(r341345)
@@ -109,7 +109,7 @@ system:
 .Bd -literal -offset indent
 svnlite co https://svn.FreeBSD.org/base/head src
 cd src
-make -j8 buildworld buildkernel installkernel
+make -sj8 buildworld buildkernel installkernel
 shutdown -r now
 .Ed
 .Pp
@@ -133,7 +133,7 @@ changed since last build; note that this will only wor
 build has been completed in the past, not on a fresh source tree:
 .Bd -literal -offset indent
 cd src
-make -j8 kernel KERNFAST=1
+make -sj8 kernel KERNFAST=1
 .Ed
 .Sh SEE ALSO
 .Xr svnlite 1 ,
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to