svn commit: r261615 - head/tests/sys

Alan Somers asomers at FreeBSD.org
Sat Feb 8 00:20:21 UTC 2014


Author: asomers
Date: Sat Feb  8 00:20:21 2014
New Revision: 261615
URL: http://svnweb.freebsd.org/changeset/base/261615

Log:
  tests/sys/Makefile
  	use TESTS_SUBDIRS for kern instead of SUBDIRS.  I don't think it
  	makes a difference in this case, but TESTS_SUBDIRS is generally
  	correct for subdirectories that contain tests.
  
  Sponsored by:	Spectra Logic
  MFC after:	5 days
  X-MFC-With:	r261133

Modified:
  head/tests/sys/Makefile

Modified: head/tests/sys/Makefile
==============================================================================
--- head/tests/sys/Makefile	Fri Feb  7 22:49:42 2014	(r261614)
+++ head/tests/sys/Makefile	Sat Feb  8 00:20:21 2014	(r261615)
@@ -2,13 +2,11 @@
 
 .include <bsd.own.mk>
 
-SUBDIR= kern
+.PATH: ${.CURDIR}/..
+
+TESTS_SUBDIRS+=		kern
 TESTSDIR= ${TESTSBASE}/sys
 
 KYUAFILE= yes
 
-CLEANFILES+= Kyuafile
-Kyuafile: ${.CURDIR}/../Kyuafile
-	cp -f ${.CURDIR}/../Kyuafile .
-
 .include <bsd.test.mk>


More information about the svn-src-all mailing list