svn commit: r291892 - head/share/mk

Garrett Cooper ngie at FreeBSD.org
Sun Dec 6 07:00:25 UTC 2015


Author: ngie
Date: Sun Dec  6 07:00:23 2015
New Revision: 291892
URL: https://svnweb.freebsd.org/changeset/base/291892

Log:
  Remove redundant default TESTSDIR that is already defined in bsd.test.mk
  after r289158
  
  MFC after: 1 week
  X-MFC with: r289158
  Sponsored by: EMC / Isilon Storage Division

Modified:
  head/share/mk/suite.test.mk

Modified: head/share/mk/suite.test.mk
==============================================================================
--- head/share/mk/suite.test.mk	Sun Dec  6 06:53:37 2015	(r291891)
+++ head/share/mk/suite.test.mk	Sun Dec  6 07:00:23 2015	(r291892)
@@ -8,10 +8,6 @@
 .error suite.test.mk cannot be included directly.
 .endif
 
-# Directory in which to install tests defined by the current Makefile.
-# Makefiles have to override this to point to a subdirectory of TESTSBASE.
-TESTSDIR?= .
-
 # Name of the test suite these tests belong to.  Should rarely be changed for
 # Makefiles built into the FreeBSD src tree.
 TESTSUITE?= FreeBSD


More information about the svn-src-all mailing list