From: Gerd Moellmann Date: Sun, 5 Mar 2000 20:25:40 +0000 (+0000) Subject: (bootstrap-temacs): Set LC_ALL to C like for temacs. X-Git-Tag: emacs-pretest-21.0.90~4757 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6178bc237004863e16a9d8b07a0c8ad90244c34d;p=emacs.git (bootstrap-temacs): Set LC_ALL to C like for temacs. --- diff --git a/src/ChangeLog b/src/ChangeLog index 088a3a9aacd..82445b64fd7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,6 +1,7 @@ 2000-03-05 Gerd Moellmann * Makefile.in (tags): Include ../lwlib/TAGS in TAGS. + (bootstrap-temacs): Set LC_ALL to C like for temacs. * xfns.c (QCdata): Moved to xdisp.c. diff --git a/src/Makefile.in b/src/Makefile.in index 3181ccbb96a..b8e3a9fd021 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -1221,7 +1221,7 @@ bootstrap: bootstrap-emacs 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. */