Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Dec 2015 06:01:53 +0000 (UTC)
From:      Garrett Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r292504 - head/share/mk
Message-ID:  <201512200601.tBK61ruc007589@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ngie
Date: Sun Dec 20 06:01:53 2015
New Revision: 292504
URL: https://svnweb.freebsd.org/changeset/base/292504

Log:
  Deal with another hardcoded reference to Kyuafile in the KYUAFILE == auto
  case
  
  Differential Revision: https://reviews.freebsd.org/D4406 (part of a larger diff)
  Reviewed by: emaste, Evan Cramer <eccramer@gmail.com>
  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 20 05:59:46 2015	(r292503)
+++ head/share/mk/suite.test.mk	Sun Dec 20 06:01:53 2015	(r292504)
@@ -80,7 +80,7 @@ Kyuafile: Makefile
 	    >>${.TARGET}.tmp
 .endfor
 .for _T in ${TESTS_SUBDIRS:N.WAIT}
-	@echo "include(\"${_T}/Kyuafile\")" >>${.TARGET}.tmp
+	@echo "include(\"${_T}/${.TARGET}\")" >>${.TARGET}.tmp
 .endfor
 	@mv ${.TARGET}.tmp ${.TARGET}
 .endif



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512200601.tBK61ruc007589>