summaryrefslogtreecommitdiffstats
path: root/share/mk
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2017-05-10 23:14:09 +0000
committerjhb <jhb@FreeBSD.org>2017-05-10 23:14:09 +0000
commit83af63ff46d9c3ef9aa621a4fb5c2ab475ce6947 (patch)
tree4014ca28930211832fda97a964c787a058f1538b /share/mk
parentbdf4e41a67dba93b6676b6e4a77ca73df8a7d7b6 (diff)
downloadFreeBSD-src-83af63ff46d9c3ef9aa621a4fb5c2ab475ce6947.zip
FreeBSD-src-83af63ff46d9c3ef9aa621a4fb5c2ab475ce6947.tar.gz
MFC 314894: Fix a couple of typos and reword some sentences in bsd.README.
Diffstat (limited to 'share/mk')
-rw-r--r--share/mk/bsd.README10
1 files changed, 5 insertions, 5 deletions
diff --git a/share/mk/bsd.README b/share/mk/bsd.README
index d70f04a..b740acc 100644
--- a/share/mk/bsd.README
+++ b/share/mk/bsd.README
@@ -127,7 +127,7 @@ ACFLAGS.${SRC}
CFLAGS.${SRC}
Flags dependent on source file name.
CFLAGS.${COMPILER_TYPE}
- Flags dependent on compiler added to CXXFLAGS.
+ Flags dependent on compiler added to CFLAGS.
CFLAGS.${MACHINE_ARCH}
Architectural flags added to CFLAGS.
CFLAGS_NO_SIMD Add this to CFLAGS for programs that don't want any SIMD
@@ -311,7 +311,7 @@ LDFLAGS Additional loader flags. Passed to the loader via CC,
LIBADD Additional libraries. This is for base system libraries
and is only valid inside of the /usr/src tree.
- Rather than use LDADD=-lname use LIBADD=name.
+ Use LIBADD=name instead of LDADD=-lname.
LINKS The list of binary links; should be full pathnames, the
linked-to file coming first, followed by the linked
@@ -335,7 +335,7 @@ PROG_CXX If defined, the name of the program to build. Also
of PROG if PROG is also set.
PROGS When used with <bsd.progs.mk>, allow building multiple
-PROGS_CXX PROG and PROGS_CXX in one Makefile. To define
+PROGS_CXX PROG and PROG_CXX in one Makefile. To define
individual variables for each program the VAR.prog
syntax should be used. For example:
@@ -511,7 +511,7 @@ LIB The name of the library to build. Both a shared and static
LIBADD Additional libraries. This is for base system libraries
and is only valid inside of the /usr/src tree.
- Rather than use LDADD=-lname use LIBADD=name.
+ Use LIBADD=name instead of LDADD=-lname.
LIBDIR Target directory for libraries.
@@ -540,7 +540,7 @@ SHLIB Like LIB but only builds a shared library.
SHLIB_CXX Like LIB_CXX but only builds a shared library.
SHLIB_LDSCRIPT Template file to generate shared library linker script.
- Unless used, a simple symlink is created to the real
+ If not defined, a simple symlink is created to the real
shared object.
SRCS List of source files to build the library. Suffix types
OpenPOWER on IntegriCloud