summaryrefslogtreecommitdiffstats
path: root/share/man
diff options
context:
space:
mode:
authoralex <alex@FreeBSD.org>2001-08-30 22:44:51 +0000
committeralex <alex@FreeBSD.org>2001-08-30 22:44:51 +0000
commit1b28c0b3578872bb4b42c4f04207e8d0a8d4c048 (patch)
tree95231063ab5b14bec041d37cd0b872a69e050cc4 /share/man
parentd7989a71f9890fed92149bf76637af86738631a4 (diff)
downloadFreeBSD-src-1b28c0b3578872bb4b42c4f04207e8d0a8d4c048.zip
FreeBSD-src-1b28c0b3578872bb4b42c4f04207e8d0a8d4c048.tar.gz
Move /etc/defaults/make.conf to /usr/share/examples/etc/make.conf as
discussed on the arch@ mailinglist (after repo-copy). sys.mk will .error if it finds /etc/defaults/make.conf but include it anyways (this is the same behaviour as with the make.conf.local removal). /usr/share/examples/etc/make.conf has BDEFLAGS commented out now, since it's only an example file. Adjust all textes that talk about make.conf or defaults/make.conf to match the new situation.
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man5/make.conf.58
-rw-r--r--share/man/man7/build.74
2 files changed, 6 insertions, 6 deletions
diff --git a/share/man/man5/make.conf.5 b/share/man/man5/make.conf.5
index 7375a3c..77eb1dd 100644
--- a/share/man/man5/make.conf.5
+++ b/share/man/man5/make.conf.5
@@ -106,7 +106,7 @@ is provided as a set of
settings suggested by
.An "Bruce Evans" Aq bde@FreeBSD.org
for developing and testing changes.
-They can be used by:
+They can be used, if set, by:
.Pp
.Bd -literal -offset indent
CXFLAGS+=${BDECFLAGS}
@@ -575,9 +575,9 @@ for postscript or graphics printers with a ghostscript
filter.
.El
.Sh FILES
-.Bl -tag -width /etc/defaults/make.conf -compact
-.It Pa /etc/defaults/make.conf
+.Bl -tag -width /usr/share/examples/etc/make.conf -compact
.It Pa /etc/make.conf
+.It Pa /usr/share/examples/etc/make.conf
.It Pa /usr/doc/Makefile
.It Pa /usr/src/Makefile
.It Pa /usr/src/Makefile.inc1
@@ -603,5 +603,5 @@ This manual page may occasionally be out of date with respect to
the options currently available for use in
.Nm .
Please check the
-.Pa /etc/defaults/make.conf
+.Pa /usr/share/examples/etc/make.conf
file for the latest options which are available.
diff --git a/share/man/man7/build.7 b/share/man/man7/build.7
index 811d1d8..6c5971d 100644
--- a/share/man/man7/build.7
+++ b/share/man/man7/build.7
@@ -108,9 +108,9 @@ library sub-directory.
For more information about the ports build process, see
.Xr ports 7 .
.Sh FILES
-.Bl -tag -width /etc/defaults/make.conf -compact
-.It Pa /etc/defaults/make.conf
+.Bl -tag -width /usr/share/examples/etc/make.conf -compact
.It Pa /etc/make.conf
+.It Pa /usr/share/examples/etc//make.conf
.It Pa /usr/doc/Makefile
.It Pa /usr/doc/share/mk/doc.project.mk
.It Pa /usr/src/Makefile
OpenPOWER on IntegriCloud