diff options
author | Alan Modra <amodra@gmail.com> | 2012-05-08 12:14:15 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2012-05-08 12:14:15 +0000 |
commit | e5b62927f497d9afa39fc165da3f63bd44fb8474 (patch) | |
tree | 87c5680e758d043601ecfa85c382a941975c4451 | |
parent | 3a7341d8b6808a7de23b2f550f08fdd4870113ad (diff) | |
download | gdb-e5b62927f497d9afa39fc165da3f63bd44fb8474.zip gdb-e5b62927f497d9afa39fc165da3f63bd44fb8474.tar.gz gdb-e5b62927f497d9afa39fc165da3f63bd44fb8474.tar.bz2 |
* Makefile.am (check_DEJAGNU): Export LC_ALL=C in place of other
LC and LANG environment vars.
* Makefile.in: Regenerate.
-rw-r--r-- | binutils/ChangeLog | 6 | ||||
-rw-r--r-- | binutils/Makefile.am | 2 | ||||
-rw-r--r-- | binutils/Makefile.in | 2 | ||||
-rw-r--r-- | gas/ChangeLog | 6 | ||||
-rw-r--r-- | gas/Makefile.am | 2 | ||||
-rw-r--r-- | gas/Makefile.in | 2 | ||||
-rw-r--r-- | ld/ChangeLog | 6 | ||||
-rw-r--r-- | ld/Makefile.am | 2 | ||||
-rw-r--r-- | ld/Makefile.in | 2 |
9 files changed, 24 insertions, 6 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 64be0a1..a08836d 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,9 @@ +2012-05-08 Alan Modra <amodra@gmail.com> + + * Makefile.am (check_DEJAGNU): Export LC_ALL=C in place of other + LC and LANG environment vars. + * Makefile.in: Regenerate. + 2012-05-07 Tom Tromey <tromey@redhat.com> * dwarf.c (get_TAG_name): Use get_DW_TAG_name. diff --git a/binutils/Makefile.am b/binutils/Makefile.am index d57f7f8..e492cb3 100644 --- a/binutils/Makefile.am +++ b/binutils/Makefile.am @@ -158,7 +158,7 @@ CC_FOR_TARGET = ` \ check-DEJAGNU: site.exp srcdir=`cd $(srcdir) && pwd`; export srcdir; \ r=`pwd`; export r; \ - LC_COLLATE=; LC_ALL=; LANG=; export LC_COLLATE LC_ALL LANG; \ + LC_ALL=C; export LC_ALL; \ EXPECT=$(EXPECT); export EXPECT; \ runtest=$(RUNTEST); \ if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \ diff --git a/binutils/Makefile.in b/binutils/Makefile.in index fd88edb..3ac0d0a 100644 --- a/binutils/Makefile.in +++ b/binutils/Makefile.in @@ -1238,7 +1238,7 @@ po/POTFILES.in: @MAINT@ Makefile check-DEJAGNU: site.exp srcdir=`cd $(srcdir) && pwd`; export srcdir; \ r=`pwd`; export r; \ - LC_COLLATE=; LC_ALL=; LANG=; export LC_COLLATE LC_ALL LANG; \ + LC_ALL=C; export LC_ALL; \ EXPECT=$(EXPECT); export EXPECT; \ runtest=$(RUNTEST); \ if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \ diff --git a/gas/ChangeLog b/gas/ChangeLog index 55cbff8..2cc6360 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +2012-05-08 Alan Modra <amodra@gmail.com> + + * Makefile.am (check_DEJAGNU): Export LC_ALL=C in place of other + LC and LANG environment vars. + * Makefile.in: Regenerate. + 2012-05-07 Alan Modra <amodra@gmail.com> * Makefile.am (check-DEJAGNU): Clear LC_COLLATE, LC_ALL and LANG. diff --git a/gas/Makefile.am b/gas/Makefile.am index 2ae007d..9fca6c5 100644 --- a/gas/Makefile.am +++ b/gas/Makefile.am @@ -393,7 +393,7 @@ check-DEJAGNU: site.exp cp site.exp testsuite/site.exp rootme=`pwd`; export rootme; \ srcdir=`cd ${srcdir}; pwd` ; export srcdir ; \ - LC_COLLATE=; LC_ALL=; LANG=; export LC_COLLATE LC_ALL LANG; \ + LC_ALL=C; export LC_ALL; \ EXPECT=${EXPECT} ; export EXPECT ; \ runtest=$(RUNTEST); \ cd testsuite; \ diff --git a/gas/Makefile.in b/gas/Makefile.in index 9e04218..77a3d52 100644 --- a/gas/Makefile.in +++ b/gas/Makefile.in @@ -2409,7 +2409,7 @@ check-DEJAGNU: site.exp cp site.exp testsuite/site.exp rootme=`pwd`; export rootme; \ srcdir=`cd ${srcdir}; pwd` ; export srcdir ; \ - LC_COLLATE=; LC_ALL=; LANG=; export LC_COLLATE LC_ALL LANG; \ + LC_ALL=C; export LC_ALL; \ EXPECT=${EXPECT} ; export EXPECT ; \ runtest=$(RUNTEST); \ cd testsuite; \ diff --git a/ld/ChangeLog b/ld/ChangeLog index 354c363..fb6392c 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,9 @@ +2012-05-08 Alan Modra <amodra@gmail.com> + + * Makefile.am (check_DEJAGNU): Export LC_ALL=C in place of other + LC and LANG environment vars. + * Makefile.in: Regenerate. + 2012-05-07 Tristan Gingold <gingold@adacore.com> * pe-dll.c (udef_table): Make it static. diff --git a/ld/Makefile.am b/ld/Makefile.am index 65bfdcf..6a0ec89 100644 --- a/ld/Makefile.am +++ b/ld/Makefile.am @@ -2113,7 +2113,7 @@ TESTBFDLIB = @TESTBFDLIB@ check-DEJAGNU: site.exp srcroot=`cd $(srcdir) && pwd`; export srcroot; \ r=`pwd`; export r; \ - LC_COLLATE=; LC_ALL=; LANG=; export LC_COLLATE LC_ALL LANG; \ + LC_ALL=C; export LC_ALL; \ EXPECT=$(EXPECT); export EXPECT; \ runtest=$(RUNTEST); \ if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \ diff --git a/ld/Makefile.in b/ld/Makefile.in index a9fca38..455f0f3 100644 --- a/ld/Makefile.in +++ b/ld/Makefile.in @@ -3563,7 +3563,7 @@ eshlelf64_nbsd.c: $(srcdir)/emulparams/shlelf64_nbsd.sh \ check-DEJAGNU: site.exp srcroot=`cd $(srcdir) && pwd`; export srcroot; \ r=`pwd`; export r; \ - LC_COLLATE=; LC_ALL=; LANG=; export LC_COLLATE LC_ALL LANG; \ + LC_ALL=C; export LC_ALL; \ EXPECT=$(EXPECT); export EXPECT; \ runtest=$(RUNTEST); \ if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \ |