Note that the make.conf example was/is in /etc/defaults/make.conf on
FreeBSD 4.X, but has been moved to /usr/share/examples/etc/make.conf on FreeBSD 5.X. Noticed by: Jeroen van der Ham <jeroen@os3.nl>
This commit is contained in:
parent
f20dfe80b5
commit
cfe999489b
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=20927
1 changed files with 4 additions and 2 deletions
|
|
@ -643,7 +643,8 @@
|
|||
</indexterm>
|
||||
|
||||
<para>Examine the files
|
||||
<filename>/etc/defaults/make.conf</filename> and
|
||||
<filename>/usr/share/examples/etc/make.conf</filename>
|
||||
(called <filename>/etc/defaults/make.conf</filename> in &os; 4.X) and
|
||||
<filename>/etc/make.conf</filename>. The first contains some
|
||||
default defines – most of which are commented out. To
|
||||
make use of them when you rebuild your system from source, add
|
||||
|
|
@ -655,7 +656,8 @@
|
|||
<para>A typical user will probably want to copy the
|
||||
<makevar>CFLAGS</makevar> and
|
||||
<makevar>NOPROFILE</makevar> lines found in
|
||||
<filename>/etc/defaults/make.conf</filename> to
|
||||
<filename>/usr/share/examples/etc/make.conf</filename>
|
||||
(or in <filename>/etc/defaults/make.conf</filename> on &os; 4.X) to
|
||||
<filename>/etc/make.conf</filename> and uncomment them.</para>
|
||||
|
||||
<para>Examine the other definitions (<makevar>COPTFLAGS</makevar>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue