diff options
| author | Glenn Morris | 2010-10-08 18:15:15 -0700 |
|---|---|---|
| committer | Glenn Morris | 2010-10-08 18:15:15 -0700 |
| commit | 3fb78d1f3341032d7bca0d4f6c708fb90d80a7ed (patch) | |
| tree | e48839b08ca753ca7a3d1949bae608a59ec9cf2b /msdos | |
| parent | ea274122d5d221b4d74435c22a48083550ad43c5 (diff) | |
| download | emacs-3fb78d1f3341032d7bca0d4f6c708fb90d80a7ed.tar.gz emacs-3fb78d1f3341032d7bca0d4f6c708fb90d80a7ed.zip | |
Remove lib-src/b2m.c and b2m.pl.
Emacs does not use Babyl files since 23.1, and you can use M-x unrmail.
* msdos/mainmake.v2 (install): Remove b2m.
* lisp/emacs-lisp/authors.el (authors-valid-file-names): Add b2m.c.
* lib-src/b2m.c, lib-src/b2m.pl: Remove files.
* lib-src/Makefile.in (INSTALLABLES): Remove b2m.
* lib-src/makefile.w32-in ($(BLD)/b2m.$(O)): Remove.
* doc/emacs/ack.texi (Acknowledgments): No more b2m.c.
* admin/quick-install-emacs (PUBLIC_LIBSRC_BINARIES): Remove b2m.
* INSTALL, make-dist: Remove references to b2m.
* Makefile.in (MAN_PAGES): Remove b2m.1.
Diffstat (limited to 'msdos')
| -rw-r--r-- | msdos/ChangeLog | 4 | ||||
| -rw-r--r-- | msdos/mainmake.v2 | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/msdos/ChangeLog b/msdos/ChangeLog index 844f8af4efd..e54d8ec640f 100644 --- a/msdos/ChangeLog +++ b/msdos/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2010-10-09 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * mainmake.v2 (install): Remove b2m. | ||
| 4 | |||
| 1 | 2010-10-02 Eli Zaretskii <eliz@gnu.org> | 5 | 2010-10-02 Eli Zaretskii <eliz@gnu.org> |
| 2 | 6 | ||
| 3 | * mainmake.v2 (TAGS tags): Use `find' to filter out loaddefs | 7 | * mainmake.v2 (TAGS tags): Use `find' to filter out loaddefs |
diff --git a/msdos/mainmake.v2 b/msdos/mainmake.v2 index 15476c1468a..8965f746a6d 100644 --- a/msdos/mainmake.v2 +++ b/msdos/mainmake.v2 | |||
| @@ -129,7 +129,7 @@ emacs misc lispref lispintro: FRC | |||
| 129 | install: all | 129 | install: all |
| 130 | if not exist bin\nul md bin | 130 | if not exist bin\nul md bin |
| 131 | cd lib-src | 131 | cd lib-src |
| 132 | command.com /c >/dev/null for %p in (hexl etags ctags b2m ebrowse) do\ | 132 | command.com /c >/dev/null for %p in (hexl etags ctags ebrowse) do\ |
| 133 | if exist %p.exe mv -f %p.exe ../bin | 133 | if exist %p.exe mv -f %p.exe ../bin |
| 134 | if exist fns.el update fns.el ../bin/fns.el | 134 | if exist fns.el update fns.el ../bin/fns.el |
| 135 | cd .. | 135 | cd .. |
| @@ -287,4 +287,3 @@ bootstrap: bootstrap-clean FRC | |||
| 287 | command.com /e:2048 /c config msdos | 287 | command.com /e:2048 /c config msdos |
| 288 | $(MAKE) $(MFLAGS) info all | 288 | $(MAKE) $(MFLAGS) info all |
| 289 | 289 | ||
| 290 | # arch-tag: 6fee5130-4c53-46c6-93d3-d0ea852298b9 | ||