svn commit: r346055 - stable/12/tests/sys/cddl/zfs/tests/delegate
Enji Cooper
ngie at FreeBSD.org
Tue Sep 3 14:06:33 UTC 2019
Author: ngie
Date: Tue Apr 9 16:16:10 2019
New Revision: 346055
URL: https://svnweb.freebsd.org/changeset/base/346055
Log:
MFC r345216:
Remove duplicate `${PACKAGE}FILES+= cleanup.ksh` line
This mutes the duplicate target warning emitted via bsd.files.mk each build.
Approved by: emaste (mentor)
Differential Revision: https://reviews.freebsd.org/D19806
Modified:
stable/12/tests/sys/cddl/zfs/tests/delegate/Makefile
Directory Properties:
stable/12/ (props changed)
Modified: stable/12/tests/sys/cddl/zfs/tests/delegate/Makefile
==============================================================================
--- stable/12/tests/sys/cddl/zfs/tests/delegate/Makefile Tue Apr 9 15:52:18 2019 (r346054)
+++ stable/12/tests/sys/cddl/zfs/tests/delegate/Makefile Tue Apr 9 16:16:10 2019 (r346055)
@@ -12,7 +12,6 @@ TEST_METADATA+= required_user="root"
TEST_METADATA+= is_exclusive=true
${PACKAGE}FILES+= cleanup.ksh
-${PACKAGE}FILES+= cleanup.ksh
${PACKAGE}FILES+= delegate.cfg
${PACKAGE}FILES+= delegate_common.kshlib
${PACKAGE}FILES+= setup.ksh
More information about the svn-src-stable
mailing list