diff options
| author | Gerd Moellmann | 2000-03-05 20:25:40 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-03-05 20:25:40 +0000 |
| commit | 6178bc237004863e16a9d8b07a0c8ad90244c34d (patch) | |
| tree | 309589ff0ec5ca021e51471cccaf1111684893b7 /src | |
| parent | 50df5e5a037356dfc7d6b34d4fd0f368c56ed71c (diff) | |
| download | emacs-6178bc237004863e16a9d8b07a0c8ad90244c34d.tar.gz emacs-6178bc237004863e16a9d8b07a0c8ad90244c34d.zip | |
(bootstrap-temacs): Set LC_ALL to C like for temacs.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 1 | ||||
| -rw-r--r-- | src/Makefile.in | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 088a3a9aacd..82445b64fd7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | 2000-03-05 Gerd Moellmann <gerd@gnu.org> | 1 | 2000-03-05 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * Makefile.in (tags): Include ../lwlib/TAGS in TAGS. | 3 | * Makefile.in (tags): Include ../lwlib/TAGS in TAGS. |
| 4 | (bootstrap-temacs): Set LC_ALL to C like for temacs. | ||
| 4 | 5 | ||
| 5 | * xfns.c (QCdata): Moved to xdisp.c. | 6 | * xfns.c (QCdata): Moved to xdisp.c. |
| 6 | 7 | ||
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 | |||
| 1221 | Lisp files from loadup.el in source form. */ | 1221 | Lisp files from loadup.el in source form. */ |
| 1222 | 1222 | ||
| 1223 | bootstrap-temacs: | 1223 | bootstrap-temacs: |
| 1224 | $(MAKE) $(MFLAGS) temacs ALL_CFLAGS="$(ALL_CFLAGS) -DPURESIZE=5000000" | 1224 | LC_ALL=C $(MAKE) $(MFLAGS) temacs ALL_CFLAGS="$(ALL_CFLAGS) -DPURESIZE=5000000" |
| 1225 | 1225 | ||
| 1226 | /* Dump an Emacs executable named bootstrap-emacs containing the | 1226 | /* Dump an Emacs executable named bootstrap-emacs containing the |
| 1227 | files from loadup.el in source form. */ | 1227 | files from loadup.el in source form. */ |