summaryrefslogtreecommitdiffstats
path: root/bin/sh
diff options
context:
space:
mode:
authorjilles <jilles@FreeBSD.org>2014-07-08 21:50:13 +0000
committerjilles <jilles@FreeBSD.org>2014-07-08 21:50:13 +0000
commit6b378329a2ef6133f8de6a6c9b4471d7e07d32c7 (patch)
tree06a84ebca3a6750818eee75fa8a1d7328a8bd3e5 /bin/sh
parent845f7be2e3cb9e7390f482dafd84462d8a2e1bb1 (diff)
downloadFreeBSD-src-6b378329a2ef6133f8de6a6c9b4471d7e07d32c7.zip
FreeBSD-src-6b378329a2ef6133f8de6a6c9b4471d7e07d32c7.tar.gz
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) MFC after: 1 week 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 7a71318..bc2edd5 100644
--- a/bin/sh/tests/builtins/Makefile
+++ b/bin/sh/tests/builtins/Makefile
@@ -99,7 +99,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