aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2008-11-15 15:41:56 +0000
committerEli Zaretskii2008-11-15 15:41:56 +0000
commitead9233b5e5d5eaff0f2195e5886a2a0a9d822ef (patch)
tree98188b665db49dc8d08bea478b7f0b87409ddebb
parent7d41f451a8d02e09b6d35bf2f9cd1bd9cd2756e4 (diff)
downloademacs-ead9233b5e5d5eaff0f2195e5886a2a0a9d822ef.tar.gz
emacs-ead9233b5e5d5eaff0f2195e5886a2a0a9d822ef.zip
Update the list of utilities needed by lisp/Makefile and for bootstrapping.
-rw-r--r--msdos/ChangeLog24
-rw-r--r--msdos/INSTALL5
2 files changed, 28 insertions, 1 deletions
diff --git a/msdos/ChangeLog b/msdos/ChangeLog
index 32a1cd94292..795088dca19 100644
--- a/msdos/ChangeLog
+++ b/msdos/ChangeLog
@@ -1,5 +1,29 @@
12008-11-15 Eli Zaretskii <eliz@gnu.org> 12008-11-15 Eli Zaretskii <eliz@gnu.org>
2 2
3 Make bootstrap work again:
4
5 * mainmake.v2 (boot): New variable.
6 (src): Pass $(boot) to sub-Make. Remove src/bootlisp. If
7 src/bootlisp exists after running Make, run Make in `lisp' as
8 well.
9 (clean, mostlyclean): Remove bogus repeated clean in the top-level
10 directory.
11 (info, bootstrap-clean): New targets.
12 (bootstrap): Depend only on bootstrap-clean. Commands modified to
13 be equivalent to top-level Makefile.in.
14 (bootfast, bootstrap-lisp-1, bootstrap-lisp, bootstrap-src)
15 (bootstrap-clean-before, bootstrap-clean-after): Targets deleted.
16 (clean, mostlyclean, distclean, maintainer-clean, extraclean):
17 Don't recurse into lwlib and oldXMenu.
18
19 * sed1v2.inp: Create bootlisp when bootstrapping b-emacs.exe.
20
21 * sedlisp.inp: Don't convert *.el files to Unix text format, and
22 don't copy ldefs-boot.el into loaddefs.el.
23
24 * sed6.inp: Edit out Unixy shell features in maintainer-clean
25 targets in doc/ Makefiles.
26
3 * INSTALL: Update the list of utilities needed by lisp/Makefile 27 * INSTALL: Update the list of utilities needed by lisp/Makefile
4 and for bootstrapping. 28 and for bootstrapping.
5 29
diff --git a/msdos/INSTALL b/msdos/INSTALL
index f9adb6606dd..4ba59aadaf4 100644
--- a/msdos/INSTALL
+++ b/msdos/INSTALL
@@ -24,7 +24,10 @@ requires additional utilities: `find' (from Findutils), GNU `echo' and
24need to run lisp/Makefile, as all the Lisp files are distributed in 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 25byte-compiled form as well. As for bootstrapping, you will only need
26that if you check-out development sources from the Emacs source 26that if you check-out development sources from the Emacs source
27repository. 27repository. (Note: If you are checking out of CVS, use the -kb option
28of the `checkout' and `update' commands, to preserve the original
29Unix-style EOL format of the files. If some Lisp files are converted
30to DOS format, the build might fail.)
28 31
29If you are building the DJGPP version of Emacs on a DOS-like system 32If you are building the DJGPP version of Emacs on a DOS-like system
30which supports long file names (e.g. Windows 9X or Windows XP), you 33which supports long file names (e.g. Windows 9X or Windows XP), you