mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-24 18:44:20 +08:00
2000-03-09 Andreas Jaeger <aj@suse.de>
* Makefile.am (check-DEJAGNU): Also unset LANG. * Makefile.in: Rebuild.
This commit is contained in:
parent
513d6ebaf7
commit
9282ff4155
@ -1,3 +1,8 @@
|
||||
2000-03-09 Andreas Jaeger <aj@suse.de>
|
||||
|
||||
* Makefile.am (check-DEJAGNU): Also unset LANG.
|
||||
* Makefile.in: Rebuild.
|
||||
|
||||
2000-03-06 Ian Lance Taylor <ian@zembu.com>
|
||||
|
||||
* ldfile.c (ldfile_try_open_bfd): Don't crash if we see an empty
|
||||
|
@ -664,7 +664,7 @@ TESTBFDLIB = @TESTBFDLIB@
|
||||
check-DEJAGNU: site.exp
|
||||
srcroot=`cd $(srcdir) && pwd`; export srcroot; \
|
||||
r=`pwd`; export r; \
|
||||
LC_COLLATE=; LC_ALL=; export LC_COLLATE LC_ALL; \
|
||||
LC_COLLATE=; LC_ALL=; LANG=; export LC_COLLATE LC_ALL LANG; \
|
||||
EXPECT=$(EXPECT); export EXPECT; \
|
||||
if [ -f $(top_builddir)/../expect/expect ]; then \
|
||||
TCL_LIBRARY=`cd $(top_srcdir)/../tcl/library && pwd`; \
|
||||
|
@ -1355,7 +1355,7 @@ $(EMULATION_OFILES): ../bfd/bfd.h sysdep.h config.h $(INCDIR)/bfdlink.h \
|
||||
check-DEJAGNU: site.exp
|
||||
srcroot=`cd $(srcdir) && pwd`; export srcroot; \
|
||||
r=`pwd`; export r; \
|
||||
LC_COLLATE=; LC_ALL=; export LC_COLLATE LC_ALL; \
|
||||
LC_COLLATE=; LC_ALL=; LANG=; export LC_COLLATE LC_ALL LANG; \
|
||||
EXPECT=$(EXPECT); export EXPECT; \
|
||||
if [ -f $(top_builddir)/../expect/expect ]; then \
|
||||
TCL_LIBRARY=`cd $(top_srcdir)/../tcl/library && pwd`; \
|
||||
|
Loading…
Reference in New Issue
Block a user