svn commit: r345047 - projects/import-googletest-1.8.1/cddl/usr.sbin/zfsd
Enji Cooper
ngie at FreeBSD.org
Tue Mar 12 02:43:08 UTC 2019
Author: ngie
Date: Tue Mar 12 02:43:07 2019
New Revision: 345047
URL: https://svnweb.freebsd.org/changeset/base/345047
Log:
The zfsd tests need to depend on MK_GOOGLETEST instead of MK_TESTS
This will unbreak the build with mips*/powerpc*.
Modified:
projects/import-googletest-1.8.1/cddl/usr.sbin/zfsd/Makefile
Modified: projects/import-googletest-1.8.1/cddl/usr.sbin/zfsd/Makefile
==============================================================================
--- projects/import-googletest-1.8.1/cddl/usr.sbin/zfsd/Makefile Tue Mar 12 01:43:01 2019 (r345046)
+++ projects/import-googletest-1.8.1/cddl/usr.sbin/zfsd/Makefile Tue Mar 12 02:43:07 2019 (r345047)
@@ -8,6 +8,6 @@ PROG_CXX= zfsd
MAN= zfsd.8
HAS_TESTS=
-SUBDIR.${MK_TESTS}+= tests
+SUBDIR.${MK_GOOGLETEST}+= tests
.include <bsd.prog.mk>
More information about the svn-src-projects
mailing list