From 6178bc237004863e16a9d8b07a0c8ad90244c34d Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Sun, 5 Mar 2000 20:25:40 +0000 Subject: [PATCH] (bootstrap-temacs): Set LC_ALL to C like for temacs. --- src/ChangeLog | 1 + src/Makefile.in | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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. */ -- 2.39.5