mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 06:45:56 +08:00
* Makefile.in (init.c) [LANG, LC_ALL]: Set to `c'.
* gdb_indent.sh, gdb_mbuild.sh, observer.sh: Likewise. * gdbarch.sh: Correct comment.
This commit is contained in:
@ -3,6 +3,11 @@
|
||||
# Try to find a GNU indent. There could be a BSD indent in front of a
|
||||
# GNU gindent so when indent is found, keep looking.
|
||||
|
||||
# Make certain that the script is not running in an internationalized
|
||||
# environment.
|
||||
LANG=c ; export LANG
|
||||
LC_ALL=c ; export LC_ALL
|
||||
|
||||
gindent=
|
||||
indent=
|
||||
paths=`echo $PATH | sed \
|
||||
|
Reference in New Issue
Block a user