svn commit: r328550 - head/usr.bin/awk
Kyle Evans
kevans at FreeBSD.org
Mon Jan 29 14:15:45 UTC 2018
Author: kevans
Date: Mon Jan 29 14:15:44 2018
New Revision: 328550
URL: https://svnweb.freebsd.org/changeset/base/328550
Log:
awk(1): Don't install tests at all
Tests were disconnected so that running `make check` in usr.bin/awk did not
have any effect, but CI runs use installed tests. Fully disconnect tests/
from the build for the time being as a short term solutio
Reported by: lwhsu
Modified:
head/usr.bin/awk/Makefile
Modified: head/usr.bin/awk/Makefile
==============================================================================
--- head/usr.bin/awk/Makefile Mon Jan 29 14:00:33 2018 (r328549)
+++ head/usr.bin/awk/Makefile Mon Jan 29 14:15:44 2018 (r328550)
@@ -32,6 +32,6 @@ maketab: ytab.h maketab.c ${BUILD_TOOLS_META}
# awk needs some work before we can connect these tests to the build
#HAS_TESTS=
-SUBDIR.${MK_TESTS}+= tests
+#SUBDIR.${MK_TESTS}+= tests
.include <bsd.prog.mk>
More information about the svn-src-head
mailing list