aboutsummaryrefslogtreecommitdiffstats
path: root/msdos/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2008-11-15 15:41:56 +0000
committerEli Zaretskii2008-11-15 15:41:56 +0000
commitead9233b5e5d5eaff0f2195e5886a2a0a9d822ef (patch)
tree98188b665db49dc8d08bea478b7f0b87409ddebb /msdos/ChangeLog
parent7d41f451a8d02e09b6d35bf2f9cd1bd9cd2756e4 (diff)
downloademacs-ead9233b5e5d5eaff0f2195e5886a2a0a9d822ef.tar.gz
emacs-ead9233b5e5d5eaff0f2195e5886a2a0a9d822ef.zip
Update the list of utilities needed by lisp/Makefile and for bootstrapping.
Diffstat (limited to 'msdos/ChangeLog')
-rw-r--r--msdos/ChangeLog24
1 files changed, 24 insertions, 0 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