summaryrefslogtreecommitdiffstats
path: root/bin/sh
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 /bin/sh
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 'bin/sh')
-rw-r--r--bin/sh/tests/builtins/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/sh/tests/builtins/Makefile b/bin/sh/tests/builtins/Makefile
index 6f60f84..2c90cbd 100644
--- a/bin/sh/tests/builtins/Makefile
+++ b/bin/sh/tests/builtins/Makefile
@@ -92,7 +92,9 @@ FILES+= local1.0
FILES+= local2.0
FILES+= local3.0
FILES+= local4.0
+.if ${MK_NLS} != "no"
FILES+= locale1.0
+.endif
FILES+= printf1.0
FILES+= printf2.0
FILES+= printf3.0
OpenPOWER on IntegriCloud