svn commit: r267424 - in head: share/mk tools/build/options

Julio Merino jmmv at FreeBSD.org
Thu Jun 12 18:54:53 UTC 2014


Author: jmmv
Date: Thu Jun 12 18:54:52 2014
New Revision: 267424
URL: http://svnweb.freebsd.org/changeset/base/267424

Log:
  Enable MK_TESTS by default.
  
  This was never intended to be off by default but was done this way
  because the initial patches broke the build.  Things seem stable now
  (have been so for a while too) and "make tinderbox" is clean so let's
  try again.
  
  Announced in freebsd-current; all reported shortcomings have been
  addressed.

Added:
  head/tools/build/options/WITHOUT_TESTS
     - copied, changed from r267422, head/tools/build/options/WITH_TESTS
Deleted:
  head/tools/build/options/WITH_TESTS
Modified:
  head/share/mk/src.opts.mk

Modified: head/share/mk/src.opts.mk
==============================================================================
--- head/share/mk/src.opts.mk	Thu Jun 12 18:31:32 2014	(r267423)
+++ head/share/mk/src.opts.mk	Thu Jun 12 18:54:52 2014	(r267424)
@@ -143,6 +143,7 @@ __DEFAULT_YES_OPTIONS = \
     SYSINSTALL \
     TCSH \
     TELNET \
+    TESTS \
     TEXTPROC \
     UNBOUND \
     USB \
@@ -168,7 +169,6 @@ __DEFAULT_NO_OPTIONS = \
     SHARED_TOOLCHAIN \
     SORT_THREADS \
     SVN \
-    TESTS \
     USB_GADGET_EXAMPLES
 
 #

Copied and modified: head/tools/build/options/WITHOUT_TESTS (from r267422, head/tools/build/options/WITH_TESTS)
==============================================================================
--- head/tools/build/options/WITH_TESTS	Thu Jun 12 17:22:04 2014	(r267422, copy source)
+++ head/tools/build/options/WITHOUT_TESTS	Thu Jun 12 18:54:52 2014	(r267424)
@@ -1,8 +1,9 @@
 .\" $FreeBSD$
-Set to install the
+Set to not build nor install the
 .Fx
 Test Suite in
 .Pa /usr/tests/ .
 See
 .Xr tests 7
 for more details.
+This also disables the build of all test-related dependencies, including ATF.


More information about the svn-src-all mailing list