2006-06-22 Mike Frysinger : * Makefile.in (init.c) [LANG, LC_ALL]: Set to `c'. * gdb_indent.sh, gdb_mbuild.sh, observer.sh: Likewise --- gdb/Makefile.in +++ gdb/Makefile.in @@ -1154,6 +1154,8 @@ init.c: $(INIT_FILES) @rm -f init.c-tmp init.l-tmp @touch init.c-tmp @echo gdbtypes > init.l-tmp + @-LANG=c ; export LANG ; \ + LC_ALL=c ; export LC_ALL ; \ - @-echo $(INIT_FILES) | \ + echo $(INIT_FILES) | \ tr ' ' '\012' | \ sed \ --- gdb/gdb_indent.sh +++ gdb/gdb_indent.sh @@ -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 running in an internationalized +# environment. +LANG=c ; export LANG +LC_ALL=c ; export LC_ALL + gindent= indent= paths=`echo $PATH | sed \ --- gdb/gdb_mbuild.sh +++ gdb/gdb_mbuild.sh @@ -22,6 +22,11 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, # Boston, MA 02111-1301, USA +# Make certain that the script is running in an internationalized +# environment. +LANG=c ; export LANG +LC_ALL=c ; export LC_ALL + usage() { cat < " 1>&2