Author: ngie
Date: Mon Nov  3 09:17:09 2014
New Revision: 274021
URL: https://svnweb.freebsd.org/changeset/base/274021

Log:
  Remove explicit KYUAFILE=yes from tests/sys/Makefile
  
  This causes the directory traversing Kyuafile to be installed, which in turn
  causes tests/sys/pjdfstest to always be run from /usr/tests/sys
  
  Let KYUAFILE default to auto, so the file generated by suite.test.mk gets
  installed instead
  
  MFC after: 1 week

Modified:
  head/tests/sys/Makefile

Modified: head/tests/sys/Makefile
==============================================================================
--- head/tests/sys/Makefile     Mon Nov  3 09:02:09 2014        (r274020)
+++ head/tests/sys/Makefile     Mon Nov  3 09:17:09 2014        (r274021)
@@ -2,8 +2,6 @@
 
 .include <bsd.own.mk>
 
-.PATH: ${.CURDIR}/..
-
 TESTSDIR= ${TESTSBASE}/sys
 
 TESTS_SUBDIRS+=                kern
@@ -12,6 +10,4 @@ TESTS_SUBDIRS+=               netinet
 # Items not integrated into kyua runs by default
 SUBDIR+=               pjdfstest
 
-KYUAFILE= yes
-
 .include <bsd.test.mk>
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to