svn commit: r358104 - stable/12/tools/build/mk

Baptiste Daroussin bapt at FreeBSD.org
Wed Feb 19 14:24:06 UTC 2020


Author: bapt
Date: Wed Feb 19 14:24:05 2020
New Revision: 358104
URL: https://svnweb.freebsd.org/changeset/base/358104

Log:
  MFC r353100:
  
  Do not remove the locale directory when building a system without locales
  
  This directory is actually needed during make installworld and will prevent
  to reinstall a system after make delete-old is done.
  
  PR:		226137
  Reported by:	rakuco

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

Modified: stable/12/tools/build/mk/OptionalObsoleteFiles.inc
==============================================================================
--- stable/12/tools/build/mk/OptionalObsoleteFiles.inc	Wed Feb 19 14:18:17 2020	(r358103)
+++ stable/12/tools/build/mk/OptionalObsoleteFiles.inc	Wed Feb 19 14:24:05 2020	(r358104)
@@ -4849,7 +4849,6 @@ OLD_FILES+=usr/share/man/man1/lldb.1.gz
 .endif
 
 .if ${MK_LOCALES} == no
-OLD_DIRS+=usr/share/locale
 OLD_DIRS+=usr/share/locale/af_ZA.ISO8859-15
 OLD_FILES+=usr/share/locale/af_ZA.ISO8859-15/LC_COLLATE
 OLD_FILES+=usr/share/locale/af_ZA.ISO8859-15/LC_CTYPE


More information about the svn-src-stable mailing list