aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2008-11-15 10:24:08 +0000
committerEli Zaretskii2008-11-15 10:24:08 +0000
commit71a692011ccbe0ae10f856cacd4389d4f6194a9f (patch)
treec7bd281cdb4be2aa4eccbe76169a64539befb24f
parentc4e58908db431b263e7b593b76ce97f00eaa4c54 (diff)
downloademacs-71a692011ccbe0ae10f856cacd4389d4f6194a9f.tar.gz
emacs-71a692011ccbe0ae10f856cacd4389d4f6194a9f.zip
Update the list of utilities needed by lisp/Makefile and for bootstrapping.
-rw-r--r--msdos/ChangeLog5
-rw-r--r--msdos/INSTALL15
2 files changed, 14 insertions, 6 deletions
diff --git a/msdos/ChangeLog b/msdos/ChangeLog
index f47deded1cc..32a1cd94292 100644
--- a/msdos/ChangeLog
+++ b/msdos/ChangeLog
@@ -1,3 +1,8 @@
12008-11-15 Eli Zaretskii <eliz@gnu.org>
2
3 * INSTALL: Update the list of utilities needed by lisp/Makefile
4 and for bootstrapping.
5
12008-11-08 Eli Zaretskii <eliz@gnu.org> 62008-11-08 Eli Zaretskii <eliz@gnu.org>
2 7
3 * INSTALL: New file, with build instructions moved from the 8 * INSTALL: New file, with build instructions moved from the
diff --git a/msdos/INSTALL b/msdos/INSTALL
index 541c3817a2f..f9adb6606dd 100644
--- a/msdos/INSTALL
+++ b/msdos/INSTALL
@@ -16,12 +16,15 @@ sites where you can find the necessary utilities; search for "MS-DOS".
16The configuration step (see below) will test for these utilities and 16The configuration step (see below) will test for these utilities and
17will refuse to continue if any of them isn't found. 17will refuse to continue if any of them isn't found.
18 18
19Recompiling Lisp files in the `lisp' subdirectory using the various 19Bootstrapping Emacs or recompiling Lisp files in the `lisp'
20targets in the lisp/Makefile file requires additional utilities: 20subdirectory using the various targets in the lisp/Makefile file
21`find' (from Findutils), GNU `echo' and `test' (from Sh-utils), and a 21requires additional utilities: `find' (from Findutils), GNU `echo' and
22port of Bash. However, you should not normally need to run 22`test' (from Sh-utils), `ls' and `chmod' (from Fileutils), `grep'
23lisp/Makefile, as all the Lisp files are distributed in byte-compiled 23(from Grep), and a port of Bash. However, you should not normally
24form as well. 24need to run lisp/Makefile, as all the Lisp files are distributed in
25byte-compiled form as well. As for bootstrapping, you will only need
26that if you check-out development sources from the Emacs source
27repository.
25 28
26If you are building the DJGPP version of Emacs on a DOS-like system 29If you are building the DJGPP version of Emacs on a DOS-like system
27which supports long file names (e.g. Windows 9X or Windows XP), you 30which supports long file names (e.g. Windows 9X or Windows XP), you