diff options
| author | Eli Zaretskii | 2014-08-09 21:48:45 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2014-08-09 21:48:45 +0300 |
| commit | 1e0b702b8f1efd441a0d7fac764bf07e3d17df2e (patch) | |
| tree | e25cfa55b3e6745363d58a9fbfb6170639309f7c /msdos | |
| parent | 7f3bb475bb1f72848463f25a9171fb914910f03b (diff) | |
| download | emacs-1e0b702b8f1efd441a0d7fac764bf07e3d17df2e.tar.gz emacs-1e0b702b8f1efd441a0d7fac764bf07e3d17df2e.zip | |
Minor fixes in the last commit wrt MS-DOS build.
config.bat: Fix EOL format in lines modified by last commit.
msdos/INSTALL: Fix last change.
Diffstat (limited to 'msdos')
| -rw-r--r-- | msdos/ChangeLog | 4 | ||||
| -rw-r--r-- | msdos/INSTALL | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/msdos/ChangeLog b/msdos/ChangeLog index 709e68fc849..9a84c907cf5 100644 --- a/msdos/ChangeLog +++ b/msdos/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2014-08-09 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * INSTALL: Fix last change. | ||
| 4 | |||
| 1 | 2014-08-09 Reuben Thomas <rrt@sc3d.org> | 5 | 2014-08-09 Reuben Thomas <rrt@sc3d.org> |
| 2 | 6 | ||
| 3 | * sed2v2.inp: Remove support for DJGPP 2.01. | 7 | * sed2v2.inp: Remove support for DJGPP 2.01. |
diff --git a/msdos/INSTALL b/msdos/INSTALL index 1521a5078a4..cba9f651b72 100644 --- a/msdos/INSTALL +++ b/msdos/INSTALL | |||
| @@ -12,7 +12,7 @@ supported (e.g., with a specialized driver such as doslfn). | |||
| 12 | 12 | ||
| 13 | To build and install the DJGPP port, you need to have the DJGPP ports | 13 | To build and install the DJGPP port, you need to have the DJGPP ports |
| 14 | of GCC (the GNU C compiler), GNU Make, rm, mv, cp, and sed, and | 14 | of GCC (the GNU C compiler), GNU Make, rm, mv, cp, and sed, and |
| 15 | version 2.03 or later of DJGPP itself. See the remarks in CONFIG.BAT | 15 | version 2.02 or later of DJGPP itself. See the remarks in CONFIG.BAT |
| 16 | for more information about locations and versions. The Emacs FAQ (see | 16 | for more information about locations and versions. The Emacs FAQ (see |
| 17 | info/efaq.info) includes pointers to Internet sites where you can find | 17 | info/efaq.info) includes pointers to Internet sites where you can find |
| 18 | the necessary utilities; search for "MS-DOS". The configuration step | 18 | the necessary utilities; search for "MS-DOS". The configuration step |