Mercurial > emacs
changeset 28006:385aa70fc40d
(bootstrap-temacs): Set LC_ALL to C like for temacs.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Sun, 05 Mar 2000 20:24:14 +0000 |
parents | 3d09308536f2 |
children | 817c55b5288a |
files | src/Makefile.in |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/Makefile.in Sun Mar 05 20:22:48 2000 +0000 +++ b/src/Makefile.in Sun Mar 05 20:24:14 2000 +0000 @@ -1221,7 +1221,7 @@ Lisp files from loadup.el in source form. */ bootstrap-temacs: - $(MAKE) $(MFLAGS) temacs ALL_CFLAGS="$(ALL_CFLAGS) -DPURESIZE=5000000" + LC_ALL=C $(MAKE) $(MFLAGS) temacs ALL_CFLAGS="$(ALL_CFLAGS) -DPURESIZE=5000000" /* Dump an Emacs executable named bootstrap-emacs containing the files from loadup.el in source form. */