1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-04 08:47:11 +00:00
Commit Graph

84 Commits

Author SHA1 Message Date
Dan Nicolaescu
1408b0d5a9 (custom-deps, finder-data): Add dependency to
loaddefs.el.
2007-01-25 05:26:01 +00:00
Glenn Morris
d7a0267c8d Add 2007 to copyright years. 2007-01-21 03:53:13 +00:00
Richard M. Stallman
6a444c7ccb (autoloads): Don't include `obsolete'. 2006-11-06 15:48:19 +00:00
Nick Roberts
773cb1a4f0 (recompile): Update comment to reflect change
on 2004-04-21.
2006-07-28 03:36:55 +00:00
Stefan Monnier
a6f6840ed8 (mh-loaddefs.el): Finish setting up the default empty
file *before* telling Emacs to add the autoloads, in case it fails.
2006-07-17 21:22:50 +00:00
Eli Zaretskii
063cd226b9 (compile): Append "|| true" to the end of the `find' command, like
compile-always does.
2006-02-08 17:32:09 +00:00
Thien-Thi Nguyen
aaef169dc6 Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
Bill Wohler
68b88a6db1 (MH_E_SRC): Add mh-compat.el, mh-folder.el,
mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
(mh-autoloads): Don't use comments on otherwise empty lines.
2006-01-29 19:56:27 +00:00
Bill Wohler
d5ffcd9696 (MH_E_SRC): Replace mh-index.el and mh-pick.el with mh-search.el. 2006-01-13 07:12:06 +00:00
Bill Wohler
9c2cf222ca * Makefile (MH_E_SRC): Add mh-buffers.el.
* emacs/lisp/Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the
dashes can give some systems gas. Add new file mh-buffers.el.

* emacs/lisp/mh-e/mh-buffers.el: New file. Contains constants and code
from mh-index.el and mh-utils.el.

* emacs/lisp/mh-e/mh-alias.el:
* emacs/lisp/mh-e/mh-comp.el:
* emacs/lisp/mh-e/mh-e.el:
* emacs/lisp/mh-e/mh-funcs.el:
* emacs/lisp/mh-e/mh-init.el:
* emacs/lisp/mh-e/mh-junk.el:
* emacs/lisp/mh-e/mh-mime.el:
* emacs/lisp/mh-e/mh-print.el:
* emacs/lisp/mh-e/mh-seq.el: Require new file mh-buffers.el.

* emacs/lisp/mh-e/mh-index.el: Require new file mh-buffers.el.
(mh-index-temp-buffer, mh-checksum-buffer): Move to new file
mh-buffers.el.

* emacs/lisp/mh-e/mh-utils.el: Require new file mh-buffers.el.
(mh-temp-buffer, mh-temp-fetch-buffer)
(mh-aliases-buffer, mh-folders-buffer, mh-help-buffer)
(mh-info-buffer, mh-log-buffer, mh-mail-delivery-buffer)
(mh-recipients-buffer, mh-sequences-buffer, mh-log-buffer-lines)
(mh-truncate-log-buffer): Move to new file mh-buffers.el.
2006-01-11 19:50:07 +00:00
Bill Wohler
600bc46cd5 (updates): Remove mh-autoloads dependency, since it probably has
already run recently (via recompile).
2006-01-05 22:49:42 +00:00
Bill Wohler
77a0dbd2e0 (compile-always): Add mh-autoloads dependency.
(bootstrap): Remove mh-autoloads dependency, as compile dependency
provides it.
2006-01-05 22:40:43 +00:00
Eli Zaretskii
a9d25c792d (cvs-update): New target. 2005-12-31 11:27:23 +00:00
Bill Wohler
3166ee6507 (mh-loaddefs.el): Reinsert Change Log as its absence triggers
lm-verify errors.
2005-12-02 03:20:34 +00:00
Stefan Monnier
1f0bb3e7fe (mh-loaddefs.el, loaddefs.el): Better follow the commenting conventions. 2005-11-10 02:04:56 +00:00
Andreas Schwab
fde7576e52 ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
outside source directory.
2005-10-10 09:34:44 +00:00
Bill Wohler
9af145676d * Makefile.in (updates): Added mh-loaddefs dependency. 2005-10-09 19:33:26 +00:00
Bill Wohler
1eee3de495 * mh-e/mh-loaddefs.el: Removed. Now generated automatically.
* Makefile.in (AUTOGENEL): Added mh-e/mh-loaddefs.el.
(MH-E-SRC): Added. Used by mh-autoloads.
(mh-autoloads): Added. Builds mh-e/mh-loaddefs.el. Rebuilds if any
files in MH-E-SRC have been updated.
(compile, recompile, bootstrap): Depend on mh-autoloads.
2005-10-07 04:58:02 +00:00
Luc Teirlinck
71d77b400b Expand comment about building loaddefs.el. 2005-08-17 01:58:07 +00:00
Thien-Thi Nguyen
92b47a4a99 Update years in copyright notice; nfc. 2005-08-07 10:56:27 +00:00
Lute Kamstra
086add1519 Update FSF's address. 2005-07-04 23:32:44 +00:00
Lute Kamstra
f586d18e58 (bootstrap-prepare): Don't use an old loaddefs.el. 2005-06-12 10:26:22 +00:00
Lute Kamstra
938cbd3471 (DONTCOMPILE): Remove list.
(compile, compile-always): Don't use DONTCOMPILE.
(update-authors): Load the library in which batch-update-authors is defined.
2005-04-13 09:41:46 +00:00
Thien-Thi Nguyen
90b37ca3cf (recompile): Revert 2004-11-19 change.
(compile): Likewise.
2004-11-20 10:35:04 +00:00
Luc Teirlinck
18cb59e8a4 (compile): Set `max-specpdl-size' before compiling. 2004-11-20 03:09:38 +00:00
Thien-Thi Nguyen
087b413df7 (recompile): Set `max-specpdl-size' before compiling. 2004-11-19 14:35:40 +00:00
Jan Djärv
366fc3f9ed * Makefile.in (maintainer-clean): Depend on distclean. 2004-11-09 11:05:40 +00:00
Kim F. Storm
0571ccec40 (bootstrap-clean): New target for 'make bootstrap'. 2004-11-07 23:23:57 +00:00
Miles Bader
48d67035ea Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-396
Tweak arch tagging to make build/install-in-place less annoying

Previously, autoconf-created Makefiles and the like would contain
duplicate taglines (unfortunately, autoconf doesn't seem to have a
`strip in generated file' comment mechanism) leading to conflicts, and
installing in place would create unknown directories and copies of
source directories (leading to conflicts with the source directories).

This changeset makes all autoconf-processed files use explicit id-tags
and adds .arch-inventory entries to ignore installation directories.
2004-06-11 02:39:51 +00:00
Stefan Monnier
23cbd56647 (recompile): Compile new files. 2004-04-21 22:35:10 +00:00
Kenichi Handa
39cc05f572 (setwins, setwins_almost): Change directory to $wd
before finding directories by `find'.
2004-03-29 02:25:50 +00:00
Stefan Monnier
8bde1d70ff (setwins, setwins_almost): Skip .arch-ids and other hidden files/directories. 2004-03-03 03:57:32 +00:00
Stefan Monnier
36801f7f47 (AUTOGENEL): New var.
(bootstrap-prepare): Rename from bootstrap-clean.  Don't remove elc files.
(maintainer-clean): New target.
2004-03-02 22:10:07 +00:00
Eli Zaretskii
f800daf646 (TAGS, TAGS-LISP): Filter out of `els' only loaddefs* and ldefs-boot*. 2004-02-16 12:07:09 +00:00
Martin Stjernholm
8445679307 * Makefile.in: Fixed the CC Mode recompile kludge so it works
when building in a different directory.
2004-02-14 18:10:32 +00:00
Martin Stjernholm
7fefaee7c9 Added extra dependencies in the recompile target needed to cope with
the compile time macro expansions in CC Mode.
2004-02-09 00:49:54 +00:00
Kenichi Handa
a7d9e5a72b (DONTCOMPILE): Add kannada.el. 2003-11-08 01:38:41 +00:00
Eli Zaretskii
8e6ad4fa59 (DONTCOMPILE, bootstrap-clean): Rename
loaddefs-boot.el to ldefs-boot.el
2003-10-04 09:06:40 +00:00
Dave Love
72041d01b5 (bootstrap-clean): Fix misplaced `!'. 2003-09-23 10:46:15 +00:00
Miles Bader
eb7b668e8e Revision: miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-44
Add bootstrap mechanism for loaddefs.el
2003-09-15 05:36:56 +00:00
Miles Bader
ab5796a9f9 Add arch taglines 2003-09-01 15:45:59 +00:00
Miles Bader
5aad5947b8 Revision: emacs--cvs-trunk--0--patch-14
Archive: miles@gnu.org--gnu-2003
Creator: Miles Bader <miles@gnu.org>
Summary: Avoid .arch-ids dirs when making autoloads
Modified-files: ./lisp/Makefile.in
New-patches: miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-14

Avoid .arch-ids dirs when making autoloads
2003-08-14 09:05:44 +00:00
Kenichi Handa
ad15c96bf1 (DONTCOMPILE): Add malayalam.el and tamil.el. 2003-02-11 01:45:02 +00:00
Juanma Barranquero
f1180544bb Trailing whitespace deleted. 2003-02-04 12:29:42 +00:00
Markus Rost
21d07b1d92 (bootstrap-after): New target.
(bootstrap): Move finder-data, custom-deps to bootstrap-after.
2003-01-22 17:12:03 +00:00
Andreas Schwab
cd1b15b867 Generate cus-load.el and finder-inf.el in the
source directory.  Change dependencies on lisp files to explicitly
use $(lisp).
(compile-calc): Fix command substitution.
2002-12-29 18:01:39 +00:00
Markus Rost
30089f1de0 (setwins_almost): Renamed from finder_setwins.
(custom-deps): Use it.
(finder-data): Adjust to that name change.
2002-11-20 07:16:19 +00:00
Richard M. Stallman
4244e7dc9c Comment change. 2002-10-26 22:32:46 +00:00
Richard M. Stallman
e85a77bd71 (compile-always): Avoid error in old Bash versions. 2002-10-26 22:32:08 +00:00
Richard M. Stallman
dea0ee2019 (bootstrap-clean): Use cd to shorten arg strings.
Don't ignore errors in rm line.
2002-09-18 16:14:30 +00:00