Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/make/unit-tests Need to export LC_ALL=C too
details: https://anonhg.NetBSD.org/src/rev/6f036d6283f1
branches: trunk
changeset: 759456:6f036d6283f1
user: sjg <sjg%NetBSD.org@localhost>
date: Fri Dec 10 00:36:33 2010 +0000
description:
Need to export LC_ALL=C too
diffstat:
usr.bin/make/unit-tests/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (20 lines):
diff -r 264cfaabb189 -r 6f036d6283f1 usr.bin/make/unit-tests/Makefile
--- a/usr.bin/make/unit-tests/Makefile Fri Dec 10 00:36:03 2010 +0000
+++ b/usr.bin/make/unit-tests/Makefile Fri Dec 10 00:36:33 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2010/04/22 21:41:11 sjg Exp $
+# $NetBSD: Makefile,v 1.29 2010/12/10 00:36:33 sjg Exp $
#
# Unit tests for make(1)
# The main targets are:
@@ -59,8 +59,9 @@
TOOL_SED?= sed
# ensure consistent results from sort(1)
+LC_ALL = C
LANG= C
-.export LANG
+.export LANG LC_ALL
# The driver.
# We always pretend .MAKE was called 'make'
Home |
Main Index |
Thread Index |
Old Index