Feex a cuple of small typos
This commit is contained in:
parent
33f4bccaa6
commit
f324fafcc5
@ -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?=
|
||||
|
@ -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
|
||||
|
@ -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}}
|
||||
|
@ -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.
|
||||
|
@ -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)
|
||||
|
@ -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?=
|
||||
|
@ -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?=
|
||||
|
Loading…
Reference in New Issue
Block a user