summaryrefslogtreecommitdiff
path: root/msdos
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2008-11-15 15:41:56 +0000
committerEli Zaretskii <eliz@gnu.org>2008-11-15 15:41:56 +0000
commit1aaa3e16a2425d966ec9d743e297347def71c23e (patch)
treee0a82a6c2a16039ebfc36ff26673c6e92b4b37f3 /msdos
parent400aa6e754f4ce30ecc513417b491abb8362c869 (diff)
downloademacs-1aaa3e16a2425d966ec9d743e297347def71c23e.tar.gz
*** empty log message ***
Diffstat (limited to 'msdos')
-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 @@
2008-11-15 Eli Zaretskii <eliz@gnu.org>
+ Make bootstrap work again:
+
+ * mainmake.v2 (boot): New variable.
+ (src): Pass $(boot) to sub-Make. Remove src/bootlisp. If
+ src/bootlisp exists after running Make, run Make in `lisp' as
+ well.
+ (clean, mostlyclean): Remove bogus repeated clean in the top-level
+ directory.
+ (info, bootstrap-clean): New targets.
+ (bootstrap): Depend only on bootstrap-clean. Commands modified to
+ be equivalent to top-level Makefile.in.
+ (bootfast, bootstrap-lisp-1, bootstrap-lisp, bootstrap-src)
+ (bootstrap-clean-before, bootstrap-clean-after): Targets deleted.
+ (clean, mostlyclean, distclean, maintainer-clean, extraclean):
+ Don't recurse into lwlib and oldXMenu.
+
+ * sed1v2.inp: Create bootlisp when bootstrapping b-emacs.exe.
+
+ * sedlisp.inp: Don't convert *.el files to Unix text format, and
+ don't copy ldefs-boot.el into loaddefs.el.
+
+ * sed6.inp: Edit out Unixy shell features in maintainer-clean
+ targets in doc/ Makefiles.
+
* INSTALL: Update the list of utilities needed by lisp/Makefile
and for bootstrapping.