From owner-svn-src-all@freebsd.org Wed May 10 23:14:11 2017 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8A447D67829; Wed, 10 May 2017 23:14:11 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 419E1CCE; Wed, 10 May 2017 23:14:11 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4ANEALK099384; Wed, 10 May 2017 23:14:10 GMT (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4ANEA1j099383; Wed, 10 May 2017 23:14:10 GMT (envelope-from jhb@FreeBSD.org) Message-Id: <201705102314.v4ANEA1j099383@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhb set sender to jhb@FreeBSD.org using -f From: John Baldwin Date: Wed, 10 May 2017 23:14:10 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org Subject: svn commit: r318165 - in stable: 10/share/mk 11/share/mk X-SVN-Group: stable-11 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 May 2017 23:14:11 -0000 Author: jhb Date: Wed May 10 23:14:09 2017 New Revision: 318165 URL: https://svnweb.freebsd.org/changeset/base/318165 Log: MFC 314894: Fix a couple of typos and reword some sentences in bsd.README. Modified: stable/11/share/mk/bsd.README Directory Properties: stable/11/ (props changed) Changes in other areas also in this revision: Modified: stable/10/share/mk/bsd.README Directory Properties: stable/10/ (props changed) Modified: stable/11/share/mk/bsd.README ============================================================================== --- stable/11/share/mk/bsd.README Wed May 10 23:09:17 2017 (r318164) +++ stable/11/share/mk/bsd.README Wed May 10 23:14:09 2017 (r318165) @@ -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 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 pro of PROG if PROG is also set. PROGS When used with , 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. 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 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