diff options
| author | Andreas Schwab | 2010-12-04 20:50:39 +0100 |
|---|---|---|
| committer | Andreas Schwab | 2010-12-04 20:50:39 +0100 |
| commit | d6a003a8b50ed3441bfc710bd54534d45adbc263 (patch) | |
| tree | 68bc698cfca8cddcd366ab8c41ab509e89f28ef2 /msdos/ChangeLog | |
| parent | 15af15e54912d52e1840a257d0e01593e311b6d5 (diff) | |
| download | emacs-d6a003a8b50ed3441bfc710bd54534d45adbc263.tar.gz emacs-d6a003a8b50ed3441bfc710bd54534d45adbc263.zip | |
Remove empty machine description files
* configure.in: Remove reference to removed machine description
files and allow $machine and $machfile to be empty. Substitute
M_FILE/S_FILE instead of machfile/opsysfile.
* msdos/sed1v2.inp (M_FILE, S_FILE): Add $(srcdir)/ prefix.
* Makefile.in (M_FILE): Substitute @M_FILE@ instead of @machfile@.
(S_FILE): Substitute @S_FILE@ instead of @opsysfile@.
* src/m/arm.h, src/m/sh3.h, src/m/xtensa.h: Remove files.
Diffstat (limited to 'msdos/ChangeLog')
| -rw-r--r-- | msdos/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/msdos/ChangeLog b/msdos/ChangeLog index 4f466436ecc..10cb8c7daed 100644 --- a/msdos/ChangeLog +++ b/msdos/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2010-12-04 Andreas Schwab <schwab@linux-m68k.org> | ||
| 2 | |||
| 3 | * sed1v2.inp (M_FILE, S_FILE): Add $(srcdir)/ prefix. | ||
| 4 | |||
| 1 | 2010-10-15 Eli Zaretskii <eliz@gnu.org> | 5 | 2010-10-15 Eli Zaretskii <eliz@gnu.org> |
| 2 | 6 | ||
| 3 | * sed1v2.inp: Use $(..) instead of ${..} in all edit commands. | 7 | * sed1v2.inp: Use $(..) instead of ${..} in all edit commands. |