diff options
| author | Stefan Monnier | 2010-09-13 16:40:48 +0200 |
|---|---|---|
| committer | Stefan Monnier | 2010-09-13 16:40:48 +0200 |
| commit | cc390e46c7ba95b76ea133d98fd386214cd01709 (patch) | |
| tree | ead4400d22bd07214b782ff7e46e79d473fac419 /msdos | |
| parent | c566235d981eba73c88bbff00b6a1d88360b6e9f (diff) | |
| parent | c5fe4acb5fb456d6e8e147d8bc7981ce56c5c03d (diff) | |
| download | emacs-cc390e46c7ba95b76ea133d98fd386214cd01709.tar.gz emacs-cc390e46c7ba95b76ea133d98fd386214cd01709.zip | |
Merge from trunk
Diffstat (limited to 'msdos')
| -rw-r--r-- | msdos/ChangeLog | 12 | ||||
| -rw-r--r-- | msdos/mainmake.v2 | 2 | ||||
| -rw-r--r-- | msdos/sed1v2.inp | 2 | ||||
| -rw-r--r-- | msdos/sedleim.inp | 2 |
4 files changed, 16 insertions, 2 deletions
diff --git a/msdos/ChangeLog b/msdos/ChangeLog index 7df89880410..cc9a63ef12a 100644 --- a/msdos/ChangeLog +++ b/msdos/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2010-08-22 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * sedleim.inp (RUN-EMACS): Don't use --multibyte. | ||
| 4 | |||
| 5 | 2010-08-20 Eli Zaretskii <eliz@gnu.org> | ||
| 6 | |||
| 7 | * sed1v2.inp (IMAGEMAGICK_LIBS, IMAGEMAGICK_CFLAGS): Edit to empty. | ||
| 8 | |||
| 9 | 2010-08-15 Eli Zaretskii <eliz@gnu.org> | ||
| 10 | |||
| 11 | * mainmake.v2 (version): Update due to change in emacs.c. | ||
| 12 | |||
| 1 | 2010-08-05 Eli Zaretskii <eliz@gnu.org> | 13 | 2010-08-05 Eli Zaretskii <eliz@gnu.org> |
| 2 | 14 | ||
| 3 | * sed1v2.inp (UNEXEC_OBJ): Edit to unexcoff.o, due to renaming of | 15 | * sed1v2.inp (UNEXEC_OBJ): Edit to unexcoff.o, due to renaming of |
diff --git a/msdos/mainmake.v2 b/msdos/mainmake.v2 index 4bb13e367ed..79bd827d8c6 100644 --- a/msdos/mainmake.v2 +++ b/msdos/mainmake.v2 | |||
| @@ -65,7 +65,7 @@ MAKESHELL=/xyzzy/command | |||
| 65 | top_srcdir := $(subst \,/,$(shell cd)) | 65 | top_srcdir := $(subst \,/,$(shell cd)) |
| 66 | 66 | ||
| 67 | # Find out which version of Emacs this is. | 67 | # Find out which version of Emacs this is. |
| 68 | version := ${shell sed -n -e '/^const char emacs_version/s/^[^"]*\("[^"]*"\).*/\1/p' src/emacs.c} | 68 | version := ${shell sed -n -e '/^static const char emacs_version/s/^[^"]*\("[^"]*"\).*/\1/p' src/emacs.c} |
| 69 | 69 | ||
| 70 | # Q: Do we need to bootstrap? | 70 | # Q: Do we need to bootstrap? |
| 71 | # A: Only if we find admin/admin.el, i.e. we are building out of | 71 | # A: Only if we find admin/admin.el, i.e. we are building out of |
diff --git a/msdos/sed1v2.inp b/msdos/sed1v2.inp index 4be1bccefdf..e9dfc9dea3d 100644 --- a/msdos/sed1v2.inp +++ b/msdos/sed1v2.inp | |||
| @@ -88,6 +88,8 @@ s/\.h\.in/.h-in/ | |||
| 88 | /^CFLAGS_SOUND *=/s/@CFLAGS_SOUND@// | 88 | /^CFLAGS_SOUND *=/s/@CFLAGS_SOUND@// |
| 89 | /^RSVG_LIBS *=/s/@RSVG_LIBS@// | 89 | /^RSVG_LIBS *=/s/@RSVG_LIBS@// |
| 90 | /^RSVG_CFLAGS *=/s/@RSVG_CFLAGS@// | 90 | /^RSVG_CFLAGS *=/s/@RSVG_CFLAGS@// |
| 91 | /^IMAGEMAGICK_LIBS *=/s/@IMAGEMAGICK_LIBS@// | ||
| 92 | /^IMAGEMAGICK_CFLAGS *=/s/@IMAGEMAGICK_CFLAGS@// | ||
| 91 | /^WIDGET_OBJ *=/s/@WIDGET_OBJ@// | 93 | /^WIDGET_OBJ *=/s/@WIDGET_OBJ@// |
| 92 | /^CYGWIN_OBJ *=/s/@CYGWIN_OBJ@// | 94 | /^CYGWIN_OBJ *=/s/@CYGWIN_OBJ@// |
| 93 | /^MSDOS_OBJ *=/s/= */= dosfns.o msdos.o w16select.o/ | 95 | /^MSDOS_OBJ *=/s/= */= dosfns.o msdos.o w16select.o/ |
diff --git a/msdos/sedleim.inp b/msdos/sedleim.inp index 20da3e64ae5..b5193e665a7 100644 --- a/msdos/sedleim.inp +++ b/msdos/sedleim.inp | |||
| @@ -34,7 +34,7 @@ s|\([ ]\)echo|\1djecho|g | |||
| 34 | 34 | ||
| 35 | /RUN-EMACS *=/,/^$/c\ | 35 | /RUN-EMACS *=/,/^$/c\ |
| 36 | export EMACSLOADPATH=${buildlisppath}\ | 36 | export EMACSLOADPATH=${buildlisppath}\ |
| 37 | RUN-EMACS = ${BUILT-EMACS} -batch --no-init-file --no-site-file --multibyte | 37 | RUN-EMACS = ${BUILT-EMACS} -batch --no-init-file --no-site-file |
| 38 | 38 | ||
| 39 | /^ cd ../c\ | 39 | /^ cd ../c\ |
| 40 | ${MAKE} -C ../src ${MFLAGS} emacs | 40 | ${MAKE} -C ../src ${MFLAGS} emacs |