svn commit: r301625 - stable/10/tools/build/mk

Garrett Cooper ngie at FreeBSD.org
Wed Jun 8 14:05:10 UTC 2016


Author: ngie
Date: Wed Jun  8 14:05:08 2016
New Revision: 301625
URL: https://svnweb.freebsd.org/changeset/base/301625

Log:
  MFC r300937:
  
  Remove the etcupdate tests if MK_RCS == no when "make delete-old" is run
  
  etcupdate is conditionally installed based on MK_RCS != no today

Modified:
  stable/10/tools/build/mk/OptionalObsoleteFiles.inc
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/tools/build/mk/OptionalObsoleteFiles.inc
==============================================================================
--- stable/10/tools/build/mk/OptionalObsoleteFiles.inc	Wed Jun  8 14:02:21 2016	(r301624)
+++ stable/10/tools/build/mk/OptionalObsoleteFiles.inc	Wed Jun  8 14:05:08 2016	(r301625)
@@ -4166,6 +4166,15 @@ OLD_FILES+=usr/share/man/man1/rcsmerge.1
 OLD_FILES+=usr/share/man/man1/rlog.1.gz
 OLD_FILES+=usr/share/man/man5/rcsfile.5.gz
 OLD_FILES+=usr/share/man/man8/etcupdate.8.gz
+OLD_FILES+=usr/tests/usr.sbin/etcupdate/Kyuafile
+OLD_FILES+=usr/tests/usr.sbin/etcupdate/always_test
+OLD_FILES+=usr/tests/usr.sbin/etcupdate/conflicts_test
+OLD_FILES+=usr/tests/usr.sbin/etcupdate/fbsdid_test
+OLD_FILES+=usr/tests/usr.sbin/etcupdate/ignore_test
+OLD_FILES+=usr/tests/usr.sbin/etcupdate/preworld_test
+OLD_FILES+=usr/tests/usr.sbin/etcupdate/tests_test
+OLD_FILES+=usr/tests/usr.sbin/etcupdate/tzsetup_test
+OLD_DIRS+=usr/tests/usr.sbin/etcupdate
 .endif
 
 #.if ${MK_RESCUE} == no


More information about the svn-src-all mailing list