svn commit: r292501 - head/share/mk
Garrett Cooper
ngie at FreeBSD.org
Sun Dec 20 05:41:13 UTC 2015
Author: ngie
Date: Sun Dec 20 05:41:12 2015
New Revision: 292501
URL: https://svnweb.freebsd.org/changeset/base/292501
Log:
Fix typo in r292500 by adding missing conditional statement
MFC after: 1 week
X-MFC with: r292500
Pointyhat to: ngie
Differential Revision: https://reviews.freebsd.org/D4406 (part of a larger diff)
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:38:06 2015 (r292500)
+++ head/share/mk/suite.test.mk Sun Dec 20 05:41:12 2015 (r292501)
@@ -65,6 +65,7 @@ CLEANFILES+= Kyuafile Kyuafile.auto.tmp
_TEST_METADATA.${_T}= ${TEST_METADATA} ${TEST_METADATA.${_T}}
.endfor
+.if ${KYUAFILE:tl} == "auto"
Kyuafile: Makefile
@{ \
echo '-- Automatically generated by bsd.test.mk.'; \
More information about the svn-src-head
mailing list