svn commit: r313792 - stable/10/share/mk

Ngie Cooper ngie at FreeBSD.org
Thu Feb 16 05:22:10 UTC 2017


Author: ngie
Date: Thu Feb 16 05:22:08 2017
New Revision: 313792
URL: https://svnweb.freebsd.org/changeset/base/313792

Log:
  Fix mismerge in r313790
  
  Use ${.TARGET}, not Kyuafile.auto* for the fmake case
  
  This is a direct commit to ^/stable/10
  
  Sponsored by:	Dell EMC Isilon

Modified:
  stable/10/share/mk/suite.test.mk

Modified: stable/10/share/mk/suite.test.mk
==============================================================================
--- stable/10/share/mk/suite.test.mk	Thu Feb 16 05:17:40 2017	(r313791)
+++ stable/10/share/mk/suite.test.mk	Thu Feb 16 05:22:08 2017	(r313792)
@@ -71,7 +71,7 @@ Kyuafile: Makefile
 	    >>${.TARGET}.tmp
 .else
 	@echo '${TEST_INTERFACE.${_T}}_test_program{name="${_T}"${_TEST_METADATA.${_T}:C/^/, /:Q:S/\\ ,/,/g:S,\\,,g}}' \
-	    >>Kyuafile.auto.tmp
+	    >>${.TARGET}.tmp
 .endif
 .endfor
 .for _T in ${TESTS_SUBDIRS:N.WAIT}


More information about the svn-src-all mailing list