diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2002-06-26 01:12:32 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2002-06-26 01:12:32 +0000 |
commit | a13a0de813a30307e3f8c41ae93fb8cc11a64553 (patch) | |
tree | a6c821c531784162650d84a89a7cb5f046988e1d /gas | |
parent | 93e0c1ccea6aa172ea39c7d554070b0e7ffa5670 (diff) | |
download | fsf-binutils-gdb-a13a0de813a30307e3f8c41ae93fb8cc11a64553.zip fsf-binutils-gdb-a13a0de813a30307e3f8c41ae93fb8cc11a64553.tar.gz fsf-binutils-gdb-a13a0de813a30307e3f8c41ae93fb8cc11a64553.tar.bz2 |
2002-06-25 H.J. Lu <hjl@gnu.org>
* Makefile.am (check-DEJAGNU): Set LC_ALL=C and export it.
* Makefile.in: Regenerated.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 5 | ||||
-rw-r--r-- | gas/Makefile.am | 1 | ||||
-rw-r--r-- | gas/Makefile.in | 1 |
3 files changed, 7 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index caebb52..92d36a2 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2002-06-25 H.J. Lu <hjl@gnu.org> + + * Makefile.am (check-DEJAGNU): Set LC_ALL=C and export it. + * Makefile.in: Regenerated. + Wed Jun 19 15:12:00 2002 Dhananjay R. Deshpande <dhananjayd@kpit.com> * config/tc-sh.c (get_specific): Revert 2002-05-01 change. diff --git a/gas/Makefile.am b/gas/Makefile.am index e458e2e..6fe5bdc 100644 --- a/gas/Makefile.am +++ b/gas/Makefile.am @@ -534,6 +534,7 @@ check-DEJAGNU: site.exp TCL_LIBRARY=`cd $(top_srcdir)/../tcl/library && pwd`; \ export TCL_LIBRARY; \ fi; \ + LC_ALL=C; export LC_ALL; \ runtest=$(RUNTEST); \ cd testsuite; \ if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \ diff --git a/gas/Makefile.in b/gas/Makefile.in index fd808ae..4365c3f 100644 --- a/gas/Makefile.in +++ b/gas/Makefile.in @@ -2802,6 +2802,7 @@ check-DEJAGNU: site.exp TCL_LIBRARY=`cd $(top_srcdir)/../tcl/library && pwd`; \ export TCL_LIBRARY; \ fi; \ + LC_ALL=C; export LC_ALL; \ runtest=$(RUNTEST); \ cd testsuite; \ if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \ |