svn commit: r261133 - in head/tests: . sys

Alan Somers asomers at FreeBSD.org
Fri Jan 24 18:04:17 UTC 2014


Author: asomers
Date: Fri Jan 24 18:04:16 2014
New Revision: 261133
URL: http://svnweb.freebsd.org/changeset/base/261133

Log:
  Fix the Makefiles so that the tests I submitted in r261081 will actually
  get built.
  
  Sponsored by:	Spectra Logic
  MFC after:	13 days
  X-MFC-With:	r261081

Modified:
  head/tests/Makefile
  head/tests/sys/Makefile

Modified: head/tests/Makefile
==============================================================================
--- head/tests/Makefile	Fri Jan 24 18:01:46 2014	(r261132)
+++ head/tests/Makefile	Fri Jan 24 18:04:16 2014	(r261133)
@@ -2,7 +2,7 @@
 
 .include <bsd.own.mk>
 
-SUBDIR= # still empty
+SUBDIR= sys
 
 TESTSDIR= ${TESTSBASE}
 KYUAFILE= yes

Modified: head/tests/sys/Makefile
==============================================================================
--- head/tests/sys/Makefile	Fri Jan 24 18:01:46 2014	(r261132)
+++ head/tests/sys/Makefile	Fri Jan 24 18:04:16 2014	(r261133)
@@ -2,6 +2,7 @@
 
 .include <bsd.own.mk>
 
+SUBDIR= kern
 TESTSDIR= ${TESTSBASE}/sys
 
 KYUAFILE= yes


More information about the svn-src-head mailing list