Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Jun 2018 23:02:19 +0000 (UTC)
From:      Kyle Evans <kevans@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r335752 - stable/11/tools/build/mk
Message-ID:  <201806272302.w5RN2J3a062314@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806272302.w5RN2J3a062314>