diff options
| author | Eli Zaretskii | 2002-03-27 14:42:54 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2002-03-27 14:42:54 +0000 |
| commit | 51a8ec55a9e46395446201bd5d6648ac2fa9a151 (patch) | |
| tree | 9c088096f2018ba9749c132d32137f044d410ef7 | |
| parent | 10cccf1b96fe2258051bd9a0835c7a6fccb875b4 (diff) | |
| download | emacs-51a8ec55a9e46395446201bd5d6648ac2fa9a151.tar.gz emacs-51a8ec55a9e46395446201bd5d6648ac2fa9a151.zip | |
<bootstrap-clean>: Make sure all *.el files have Unix EOLs, to
avoid overflowing pure storage while bootstrapping.
| -rw-r--r-- | msdos/sedlisp.inp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/msdos/sedlisp.inp b/msdos/sedlisp.inp index 0b409cd708c..e2d2b755613 100644 --- a/msdos/sedlisp.inp +++ b/msdos/sedlisp.inp | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | # Configuration script for lisp/Makefile under DJGPP v2.x | 2 | # Configuration script for lisp/Makefile under DJGPP v2.x |
| 3 | # ---------------------------------------------------------------------- | 3 | # ---------------------------------------------------------------------- |
| 4 | # | 4 | # |
| 5 | # Copyright (C) 2000 | 5 | # Copyright (C) 2000, 2002 |
| 6 | # Free Software Foundation, Inc. | 6 | # Free Software Foundation, Inc. |
| 7 | # | 7 | # |
| 8 | # This file is part of GNU Emacs. | 8 | # This file is part of GNU Emacs. |
| @@ -20,3 +20,5 @@ | |||
| 20 | /^lisp=/s|@srcdir@|.| | 20 | /^lisp=/s|@srcdir@|.| |
| 21 | /^VPATH=/s|@srcdir@|.| | 21 | /^VPATH=/s|@srcdir@|.| |
| 22 | /^srcdir=/s|@srcdir@|.| | 22 | /^srcdir=/s|@srcdir@|.| |
| 23 | /^bootstrap-clean:/a\ | ||
| 24 | command.com /c dtou .../*.el | ||