diff --git a/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.sgml b/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.sgml index f0666f796a..19d9f17a21 100644 --- a/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.sgml +++ b/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.sgml @@ -1,7 +1,7 @@ @@ -579,7 +579,7 @@ ftp://ftp.FreeBSD.org/pub/FreeBSD/development/CVSup/cvsupit.tgzRELENG_4_0_0_RELEASE - FreeBSD 4.0. + FreeBSD 4.0. @@ -848,11 +848,19 @@ ftp://ftp.FreeBSD.org/pub/FreeBSD/development/CVSup/cvsupit.tgz Check <filename>/etc/make.conf</filename> - Examine the file /etc/make.conf. This - contains some default defines for + Examine the files + /etc/defaults/make.conf and + /etc/make.conf. 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 + them to /etc/make.conf. Keep in mind that + anything to add to /etc/make.conf is also + used every time you run make, so it is a good + idea to set them to something sensible for your system. As a + typical user (not a FreeBSD developer), you will probably want + to add the CFLAGS and + NOPROFILE lines found in + /etc/defaults/make.conf. Everything is, by default, commented out. Uncomment those entries that look useful. For a typical user (not a developer), diff --git a/en_US.ISO_8859-1/books/handbook/cutting-edge/chapter.sgml b/en_US.ISO_8859-1/books/handbook/cutting-edge/chapter.sgml index f0666f796a..19d9f17a21 100644 --- a/en_US.ISO_8859-1/books/handbook/cutting-edge/chapter.sgml +++ b/en_US.ISO_8859-1/books/handbook/cutting-edge/chapter.sgml @@ -1,7 +1,7 @@ @@ -579,7 +579,7 @@ ftp://ftp.FreeBSD.org/pub/FreeBSD/development/CVSup/cvsupit.tgzRELENG_4_0_0_RELEASE - FreeBSD 4.0. + FreeBSD 4.0. @@ -848,11 +848,19 @@ ftp://ftp.FreeBSD.org/pub/FreeBSD/development/CVSup/cvsupit.tgz Check <filename>/etc/make.conf</filename> - Examine the file /etc/make.conf. This - contains some default defines for + Examine the files + /etc/defaults/make.conf and + /etc/make.conf. 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 + them to /etc/make.conf. Keep in mind that + anything to add to /etc/make.conf is also + used every time you run make, so it is a good + idea to set them to something sensible for your system. As a + typical user (not a FreeBSD developer), you will probably want + to add the CFLAGS and + NOPROFILE lines found in + /etc/defaults/make.conf. Everything is, by default, commented out. Uncomment those entries that look useful. For a typical user (not a developer),