]> git.eshelyaron.com Git - emacs.git/commitdiff
(bootstrap-temacs): Set LC_ALL to C like for temacs.
authorGerd Moellmann <gerd@gnu.org>
Sun, 5 Mar 2000 20:25:40 +0000 (20:25 +0000)
committerGerd Moellmann <gerd@gnu.org>
Sun, 5 Mar 2000 20:25:40 +0000 (20:25 +0000)
src/ChangeLog
src/Makefile.in

index 088a3a9aacd426ab1ffe9341337ba3980140d934..82445b64fd7045747cddbc54e6c3e5cc944c1edf 100644 (file)
@@ -1,6 +1,7 @@
 2000-03-05  Gerd Moellmann  <gerd@gnu.org>
 
        * 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.
 
index 3181ccbb96ac57e18ff463e7f4fe42366e910402..b8e3a9fd02133dd3fc4f9df9cf5c271241203cdc 100644 (file)
@@ -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.  */