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

Bryan Drewery bdrewery at FreeBSD.org
Thu Feb 28 20:48:19 UTC 2019


Author: bdrewery
Date: Thu Feb 28 20:48:18 2019
New Revision: 344666
URL: https://svnweb.freebsd.org/changeset/base/344666

Log:
  bsd.nls.mk isn't optional.
  
  It is protected by MK_NLS.  If it should really be optional then
  it needs to be documented as such in share/mk/bsd.README and
  .sinclude used where needed.
  
  This fixes a regression from r335011.
  
  PR:		232527
  Submitted by:	jarrod at downtools.com.au
  Reported by:	ktullavik at gmail.com
  MFC after:	3 days

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

Modified: head/tools/build/mk/OptionalObsoleteFiles.inc
==============================================================================
--- head/tools/build/mk/OptionalObsoleteFiles.inc	Thu Feb 28 20:43:03 2019	(r344665)
+++ head/tools/build/mk/OptionalObsoleteFiles.inc	Thu Feb 28 20:48:18 2019	(r344666)
@@ -6603,7 +6603,6 @@ OLD_DIRS+=var/yp
 .if ${MK_NLS} == no
 OLD_DIRS+=usr/share/nls/
 OLD_DIRS+=usr/share/nls/C
-OLD_FILES+=usr/share/mk/bsd.nls.mk
 OLD_FILES+=usr/share/nls/C/ee.cat
 OLD_DIRS+=usr/share/nls/af_ZA.ISO8859-1
 OLD_DIRS+=usr/share/nls/af_ZA.ISO8859-15


More information about the svn-src-all mailing list