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

Baptiste Daroussin bapt at FreeBSD.org
Fri Oct 4 10:24:11 UTC 2019


Author: bapt
Date: Fri Oct  4 10:24:10 2019
New Revision: 353100
URL: https://svnweb.freebsd.org/changeset/base/353100

Log:
  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
  MFC after:	3 days

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

Modified: head/tools/build/mk/OptionalObsoleteFiles.inc
==============================================================================
--- head/tools/build/mk/OptionalObsoleteFiles.inc	Fri Oct  4 05:28:36 2019	(r353099)
+++ head/tools/build/mk/OptionalObsoleteFiles.inc	Fri Oct  4 10:24:10 2019	(r353100)
@@ -4796,7 +4796,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-all mailing list