comparison msdos/ChangeLog @ 99582:7d61e0e550ba

*** empty log message ***
author Eli Zaretskii <eliz@gnu.org>
date Sat, 15 Nov 2008 15:41:56 +0000
parents 656411a47a1d
children 925edb0473ae
comparison
equal deleted inserted replaced
99581:c5c5f4559670 99582:7d61e0e550ba
1 2008-11-15 Eli Zaretskii <eliz@gnu.org> 1 2008-11-15 Eli Zaretskii <eliz@gnu.org>
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.
2 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
6 2008-11-08 Eli Zaretskii <eliz@gnu.org> 30 2008-11-08 Eli Zaretskii <eliz@gnu.org>