aboutsummaryrefslogtreecommitdiffstats
path: root/msdos/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2012-04-21 12:48:42 +0300
committerEli Zaretskii2012-04-21 12:48:42 +0300
commitb42287d22df7fe18831e2355429eec1761d97202 (patch)
treea965d23a1ebe2560db5c1625f4bda998200b33fc /msdos/ChangeLog
parent6114eb15032b89b19029b17b869299e290e56704 (diff)
downloademacs-b42287d22df7fe18831e2355429eec1761d97202.tar.gz
emacs-b42287d22df7fe18831e2355429eec1761d97202.zip
Fix the build after leim-related changes.
msdos/sedleim.inp (RUN_EMACS): Replace BUILT_EMACS with EMACS. Remove stale editing of "else make quail". (.PHONY, compile-targets): Remove targets. (compile-main): Edit into something that can be done without requiring a Unixy shell. (bootstrap-clean): Likewise: edit to not require $(setwins). msdos/sed1v2.inp: Edit "cd $(leimdir) && $(MAKE) ..." into the equivalent "$(MAKE) $(MFLAGS) -C $(leimdir) ..." command.
Diffstat (limited to 'msdos/ChangeLog')
-rw-r--r--msdos/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/msdos/ChangeLog b/msdos/ChangeLog
index 82f877eee9e..603baa978e0 100644
--- a/msdos/ChangeLog
+++ b/msdos/ChangeLog
@@ -1,3 +1,15 @@
12012-04-21 Eli Zaretskii <eliz@gnu.org>
2
3 * sedleim.inp (RUN_EMACS): Replace BUILT_EMACS with EMACS.
4 Remove stale editing of "else make quail".
5 (.PHONY, compile-targets): Remove targets.
6 (compile-main): Edit into something that can be done without
7 requiring a Unixy shell.
8 (bootstrap-clean): Likewise: edit to not require $(setwins).
9
10 * sed1v2.inp: Edit "cd $(leimdir) && $(MAKE) ..." into the
11 equivalent "$(MAKE) $(MFLAGS) -C $(leimdir) ..." command.
12
12012-04-18 Paul Eggert <eggert@cs.ucla.edu> 132012-04-18 Paul Eggert <eggert@cs.ucla.edu>
2 14
3 configure: new option --enable-gcc-warnings (Bug#11207) 15 configure: new option --enable-gcc-warnings (Bug#11207)