summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2015-12-04 18:04:56 +0000
committerbdrewery <bdrewery@FreeBSD.org>2015-12-04 18:04:56 +0000
commit241e144b762bd19011bee89a44c0a25cd7439148 (patch)
tree0bee1b7bb5e54e558077e75b4cf72e7682f28280 /usr.bin
parentd296342cfbedf4c84f6ba41b44e8db94b45d30c4 (diff)
downloadFreeBSD-src-241e144b762bd19011bee89a44c0a25cd7439148.zip
FreeBSD-src-241e144b762bd19011bee89a44c0a25cd7439148.tar.gz
MFC r289872:
Replace gcc reference with 'cc' and document the default ${CC}.
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/mkdep/mkdep.110
1 files changed, 7 insertions, 3 deletions
diff --git a/usr.bin/mkdep/mkdep.1 b/usr.bin/mkdep/mkdep.1
index a4be961..9b65a9c 100644
--- a/usr.bin/mkdep/mkdep.1
+++ b/usr.bin/mkdep/mkdep.1
@@ -28,7 +28,7 @@
.\" @(#)mkdep.1 8.1 (Berkeley) 6/6/93
.\" $FreeBSD$
.\"
-.Dd June 6, 1993
+.Dd October 23, 2015
.Dt MKDEP 1
.Os
.Sh NAME
@@ -60,11 +60,13 @@ CFLAGS is the list of flags for the C compiler.
.Pp
The user has the ability to change the preprocessor and preprocessor options
used.
-For instance, to use gcc as the preprocessor and to ignore system
+For instance, to use
+.Sy cc
+as the preprocessor and to ignore system
headers, one would use
.Bd -literal -offset indent
depend:
- env MKDEP_CPP="gcc -E" MKDEP_CPP_OPTS=-MM mkdep \\
+ env MKDEP_CPP="cc -E" MKDEP_CPP_OPTS=-MM mkdep \\
${CFLAGS} ${SRCS}
.Ed
.Pp
@@ -101,6 +103,8 @@ module.
Specifies the C compiler to use.
The specified compiler is expected to have
options consistent with the GNU C compiler.
+The default is
+.Sy cc .
.It Ev MKDEP_CPP
Specifies the preprocessor to use.
The default is "${CC} -E".
OpenPOWER on IntegriCloud