Replace obsolete files in example output with files currently found in src.
Make a stronger recommendation about rebuilding world if a key component in src has been modified. PR: 218566 Submitted by: Brooks Davis <Brooks AT FreeBSD DOT org> Approved by: bcr (mentor) Differential Revision: https://reviews.freebsd.org/D10452
This commit is contained in:
parent
972d5df632
commit
926fd4da03
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=50201
1 changed files with 7 additions and 7 deletions
|
@ -1926,18 +1926,18 @@ a good job of merging.
|
|||
example, if <application>svn</application> only shows
|
||||
the following files as being updated:</para>
|
||||
|
||||
<screen><filename>src/games/cribbage/instr.c</filename>
|
||||
<filename>src/games/sail/pl_main.c</filename>
|
||||
<filename>src/release/sysinstall/config.c</filename>
|
||||
<filename>src/release/sysinstall/media.c</filename>
|
||||
<filename>src/share/mk/bsd.port.mk</filename></screen>
|
||||
<screen><filename>src/games/factor/factor.c</filename>
|
||||
<filename>src/games/fortune/fortune/fortune.c</filename>
|
||||
<filename>src/usr.sbin/bsdinstall/distextract/distextract.c</filename>
|
||||
<filename>src/usr.sbin/bsdinstall/partedit/diskeditor.c</filename>
|
||||
<filename>src/share/man/man7/intro.7</filename></screen>
|
||||
|
||||
<para>it probably is not worth rebuilding the entire
|
||||
world. Instead, go into the appropriate sub-directories
|
||||
and run <command>make all install</command>. But if
|
||||
something major changes, such as
|
||||
<filename>src/lib/libc/stdlib</filename>, consider
|
||||
rebuilding world.</para>
|
||||
<filename>src/lib/libc/stdlib</filename>, a complete rebuild of
|
||||
world is highly recommended.</para>
|
||||
|
||||
<para>Some users rebuild world every fortnight and let
|
||||
changes accumulate over that fortnight. Others only
|
||||
|
|
Loading…
Reference in a new issue