diff options
| author | Kenichi Handa | 2010-08-25 14:15:20 +0900 |
|---|---|---|
| committer | Kenichi Handa | 2010-08-25 14:15:20 +0900 |
| commit | 4e603db3429957e6b26953c177f00a9c9d1c8766 (patch) | |
| tree | 8206240e3006468bff9dfda5fb3696f80fbcb9f0 /msdos | |
| parent | b60f961f6cdc1095e778ad624657bb57788512af (diff) | |
| parent | f6aa6ec68ed936800ef2c3aefa42102e60b654cb (diff) | |
| download | emacs-4e603db3429957e6b26953c177f00a9c9d1c8766.tar.gz emacs-4e603db3429957e6b26953c177f00a9c9d1c8766.zip | |
merge trunk
Diffstat (limited to 'msdos')
| -rw-r--r-- | msdos/ChangeLog | 8 | ||||
| -rw-r--r-- | msdos/mainmake.v2 | 2 | ||||
| -rw-r--r-- | msdos/sed1v2.inp | 2 | ||||
| -rw-r--r-- | msdos/sedleim.inp | 2 |
4 files changed, 12 insertions, 2 deletions
diff --git a/msdos/ChangeLog b/msdos/ChangeLog index 7df89880410..c4c7981e907 100644 --- a/msdos/ChangeLog +++ b/msdos/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2010-08-20 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * sed1v2.inp (IMAGEMAGICK_LIBS, IMAGEMAGICK_CFLAGS): Edit to empty. | ||
| 4 | |||
| 5 | 2010-08-15 Eli Zaretskii <eliz@gnu.org> | ||
| 6 | |||
| 7 | * mainmake.v2 (version): Update due to change in emacs.c. | ||
| 8 | |||
| 1 | 2010-08-05 Eli Zaretskii <eliz@gnu.org> | 9 | 2010-08-05 Eli Zaretskii <eliz@gnu.org> |
| 2 | 10 | ||
| 3 | * sed1v2.inp (UNEXEC_OBJ): Edit to unexcoff.o, due to renaming of | 11 | * 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 |