svn commit: r335752 - stable/11/tools/build/mk

Kyle Evans kevans at FreeBSD.org
Wed Jun 27 23:02:20 UTC 2018


Author: kevans
Date: Wed Jun 27 23:02:18 2018
New Revision: 335752
URL: https://svnweb.freebsd.org/changeset/base/335752

Log:
  MFC r335467: Don't remove loader.conf(5) when built WITHOUT_FORTH
  
  The new stand/ structure installs loader.conf(5) and defaults/loader.conf
  regardless of interpreter. The only thing gating installation now is
  MK_BOOT.

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

Modified: stable/11/tools/build/mk/OptionalObsoleteFiles.inc
==============================================================================
--- stable/11/tools/build/mk/OptionalObsoleteFiles.inc	Wed Jun 27 22:52:32 2018	(r335751)
+++ stable/11/tools/build/mk/OptionalObsoleteFiles.inc	Wed Jun 27 23:02:18 2018	(r335752)
@@ -2306,7 +2306,6 @@ OLD_FILES+=usr/share/man/man8/fdcontrol.8.gz
 .endif
 
 .if ${MK_FORTH} == no
-OLD_FILES+=usr/share/man/man5/loader.conf.5.gz
 OLD_FILES+=usr/share/man/man8/beastie.4th.8.gz
 OLD_FILES+=usr/share/man/man8/brand.4th.8.gz
 OLD_FILES+=usr/share/man/man8/check-password.4th.8.gz


More information about the svn-src-stable-11 mailing list