svn commit: r336758 - head/share/mk
Eitan Adler
eadler at FreeBSD.org
Fri Jul 27 10:44:40 UTC 2018
Author: eadler
Date: Fri Jul 27 10:44:38 2018
New Revision: 336758
URL: https://svnweb.freebsd.org/changeset/base/336758
Log:
Feex a cuple of small typos
Modified:
head/share/mk/atf.test.mk
head/share/mk/bsd.own.mk
head/share/mk/bsd.sys.mk
head/share/mk/bsd.test.mk
head/share/mk/meta.sys.mk
head/share/mk/plain.test.mk
head/share/mk/tap.test.mk
Modified: head/share/mk/atf.test.mk
==============================================================================
--- head/share/mk/atf.test.mk Fri Jul 27 10:40:48 2018 (r336757)
+++ head/share/mk/atf.test.mk Fri Jul 27 10:44:38 2018 (r336758)
@@ -16,7 +16,7 @@
# require the ATF libraries.
#
# Test programs registered in this manner are set to be installed into TESTSDIR
-# (which should be overriden by the Makefile) and are not required to provide a
+# (which should be overridden by the Makefile) and are not required to provide a
# manpage.
ATF_TESTS_C?=
ATF_TESTS_CXX?=
Modified: head/share/mk/bsd.own.mk
==============================================================================
--- head/share/mk/bsd.own.mk Fri Jul 27 10:40:48 2018 (r336757)
+++ head/share/mk/bsd.own.mk Fri Jul 27 10:44:38 2018 (r336758)
@@ -267,7 +267,7 @@ XZ_CMD?= xz
PKG_CMD?= pkg
# Pointer to the top directory into which tests are installed. Should not be
-# overriden by Makefiles, but the user may choose to set this in src.conf(5).
+# overridden by Makefiles, but the user may choose to set this in src.conf(5).
TESTSBASE?= /usr/tests
DEPENDFILE?= .depend
Modified: head/share/mk/bsd.sys.mk
==============================================================================
--- head/share/mk/bsd.sys.mk Fri Jul 27 10:40:48 2018 (r336757)
+++ head/share/mk/bsd.sys.mk Fri Jul 27 10:44:38 2018 (r336758)
@@ -221,7 +221,7 @@ CFLAGS+= ${SSP_CFLAGS}
DEBUG_FILES_CFLAGS?= -g
# Allow user-specified additional warning flags, plus compiler and file
-# specific flag overrides, unless we've overriden this...
+# specific flag overrides, unless we've overridden this...
.if ${MK_WARNS} != "no"
CFLAGS+= ${CWARNFLAGS:M*} ${CWARNFLAGS.${COMPILER_TYPE}}
CFLAGS+= ${CWARNFLAGS.${.IMPSRC:T}}
Modified: head/share/mk/bsd.test.mk
==============================================================================
--- head/share/mk/bsd.test.mk Fri Jul 27 10:40:48 2018 (r336757)
+++ head/share/mk/bsd.test.mk Fri Jul 27 10:44:38 2018 (r336758)
@@ -42,7 +42,7 @@ TESTS_ENV?=
# Force all tests in a separate distribution file.
#
# We want this to be the case even when the distribution name is already
-# overriden. For example: we want the tests for programs in the 'games'
+# overridden. For example: we want the tests for programs in the 'games'
# distribution to end up in the 'tests' distribution; the test programs
# themselves have all the necessary logic to detect that the games are not
# installed and thus won't cause false negatives.
Modified: head/share/mk/meta.sys.mk
==============================================================================
--- head/share/mk/meta.sys.mk Fri Jul 27 10:40:48 2018 (r336757)
+++ head/share/mk/meta.sys.mk Fri Jul 27 10:44:38 2018 (r336758)
@@ -23,7 +23,7 @@
.-include "local.meta.sys.mk"
-# absoulte path to what we are reading.
+# absolute path to what we are reading.
_PARSEDIR = ${.PARSEDIR:tA}
.if !defined(SYS_MK_DIR)
Modified: head/share/mk/plain.test.mk
==============================================================================
--- head/share/mk/plain.test.mk Fri Jul 27 10:40:48 2018 (r336757)
+++ head/share/mk/plain.test.mk Fri Jul 27 10:44:38 2018 (r336758)
@@ -16,7 +16,7 @@
# PROGS, PROGS_CXX and SCRIPTS, respectively.
#
# Test programs registered in this manner are set to be installed into TESTSDIR
-# (which should be overriden by the Makefile) and are not required to provide a
+# (which should be overridden by the Makefile) and are not required to provide a
# manpage.
PLAIN_TESTS_C?=
PLAIN_TESTS_CXX?=
Modified: head/share/mk/tap.test.mk
==============================================================================
--- head/share/mk/tap.test.mk Fri Jul 27 10:40:48 2018 (r336757)
+++ head/share/mk/tap.test.mk Fri Jul 27 10:44:38 2018 (r336758)
@@ -18,7 +18,7 @@
# PROGS, PROGS_CXX and SCRIPTS, respectively.
#
# Test programs registered in this manner are set to be installed into TESTSDIR
-# (which should be overriden by the Makefile) and are not required to provide a
+# (which should be overridden by the Makefile) and are not required to provide a
# manpage.
TAP_TESTS_C?=
TAP_TESTS_CXX?=
More information about the svn-src-all
mailing list