summaryrefslogtreecommitdiffstats
path: root/tools/build
diff options
context:
space:
mode:
authorjilles <jilles@FreeBSD.org>2014-08-20 19:39:07 +0000
committerjilles <jilles@FreeBSD.org>2014-08-20 19:39:07 +0000
commit5d7615994fbe81c2d431e258667a1bec8b54c837 (patch)
treecabe873166d7295b81ed24afbf60bc8c42acb9b6 /tools/build
parente4ebeceadb6a37e1ccf33800c4312cceabca6b57 (diff)
downloadFreeBSD-src-5d7615994fbe81c2d431e258667a1bec8b54c837.zip
FreeBSD-src-5d7615994fbe81c2d431e258667a1bec8b54c837.tar.gz
MFC r268429: Don't install locale1.0 if MK_NLS == no.
The test locale1.0 depends on locale support; it is meaningless without a working LC_MESSAGES. I added an OptionalObsoleteFiles.inc entry. PR: 181151 Submitted by: Garrett Cooper (original version) Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'tools/build')
-rw-r--r--tools/build/mk/OptionalObsoleteFiles.inc5
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc
index 78a4e56..3bd6785 100644
--- a/tools/build/mk/OptionalObsoleteFiles.inc
+++ b/tools/build/mk/OptionalObsoleteFiles.inc
@@ -3336,9 +3336,10 @@ OLD_FILES+=var/yp/Makefile
OLD_FILES+=var/yp/Makefile.dist
.endif
-#.if ${MK_NLS} == no
+.if ${MK_NLS} == no
+OLD_FILES+=usr/tests/bin/sh/builtins/locale1.0
# to be filled in
-#.endif
+.endif
.if ${MK_NTP} == no
OLD_FILES+=etc/ntp.conf
OpenPOWER on IntegriCloud