svn commit: r335467 - head/tools/build/mk

Kyle Evans kevans at FreeBSD.org
Thu Jun 21 05:28:01 UTC 2018


Author: kevans
Date: Thu Jun 21 05:28:00 2018
New Revision: 335467
URL: https://svnweb.freebsd.org/changeset/base/335467

Log:
  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.
  
  Reported by:	eadler

Modified:
  head/tools/build/mk/OptionalObsoleteFiles.inc

Modified: head/tools/build/mk/OptionalObsoleteFiles.inc
==============================================================================
--- head/tools/build/mk/OptionalObsoleteFiles.inc	Thu Jun 21 05:18:08 2018	(r335466)
+++ head/tools/build/mk/OptionalObsoleteFiles.inc	Thu Jun 21 05:28:00 2018	(r335467)
@@ -2335,7 +2335,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-head mailing list