1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-28 16:21:07 -08:00
Commit graph

30 commits

Author SHA1 Message Date
Gerd Moellmann
e3384ae764 (compile-files): Fixed the "tr" strings.
(EMACS): Set to ../src/emacs.
1999-10-25 16:29:44 +00:00
Gerd Moellmann
a9b67cf499 (compile-files, backup-compiled-files): New targets.
(bootstrap, bootstrap-clean): Ditto.
1999-10-23 13:22:02 +00:00
Stefan Monnier
cc953d2793 (dontcompilefiles): Obsoleted.
(DONTCOMPILE): Added emacs-lisp/cl-specs.el.
(EL): Unused.
(temacs): Removed (unused).
(cus-load.el, finder-inf.el, loaddefs.el): New targets to build a dummy
  version of the file (necessary for the update to work properly).
(autoloads): Force the use of `pwd`/loaddefs.el.
(updates); Redefined in terms of other targets to reduce redundancy.
(.el.elc): New default rule, just in case you want it.
(compile): Use a single invocation of Emacs.
(bootstrap-compile); Unneeded.
(autoloads-with-other-emacs): Unneeded now that autoloads is fixed.
1999-10-20 00:37:35 +00:00
Stefan Monnier
4f875c8780 (compile): removed debugging print. 1999-10-10 19:22:20 +00:00
Stefan Monnier
6f0e64299a (compile, bootstrap-compile): don't use setwins: I'm an idiot. 1999-10-10 19:19:48 +00:00
Stefan Monnier
fdb9d1d98c (compile, bootstrap-compile): forgot `;' after $(setwins). 1999-10-10 19:09:47 +00:00
Stefan Monnier
3f4c23f984 (setwins): generalized a little.
(compile, bootstrap-compile, autoloads-with-other-emacs): use it.
1999-10-10 01:32:09 +00:00
Stefan Monnier
80c382e5c2 (setwins): abstract out the command to find subdirectories
and fix it to also ignore subdirectories of CVS (f.ex. CVS/Base).
(custom-deps, finder-data, autoloads, update-subdirs, updates): use it.
1999-10-10 00:41:59 +00:00
Gerd Moellmann
96ff0f098f (bootstrap-compile): New target. Compile Lisp
files with ../src/temacs.
1999-10-08 23:25:05 +00:00
Gerd Moellmann
57f707e72d (compile): Compile files one by one. Set load-path to
current directory and subdirectories when compiling.
1999-10-08 21:54:44 +00:00
Gerd Moellmann
7ec641b843 (EMACSOPT, DONTCOMPILE, EL): New.
(emacs): Use it everywhere instead of EMACS.
(compile): New target.  Compile all Lisp files from scratch.
(recompile): New target.  Recompile lisp directory.
(autoloads-with-other-emacs): New target.  Build loaddefs.el with
an Emacs executable not built in the current directory tree.
1999-10-07 23:29:39 +00:00
Dave Love
d39c88504e Exclude CVS dirs like RCS. 1999-08-21 17:46:37 +00:00
Dave Love
4dab794fe4 (dontcompilefiles): Add latin-[89].el. 1999-07-29 21:49:04 +00:00
Dave Love
8cb2ab9841 dontcompilefiles: generic-x.el 1999-01-10 18:19:56 +00:00
Richard M. Stallman
7ab2c2894c (TAGS-LISP): New target.
(lisptagsfiles1, lisptagsfiles2): New variables.
(TAGS, TAGS-LISP): Use lisptagsfiles1, lisptagsfiles2.
1998-05-03 08:24:36 +00:00
Richard M. Stallman
4746aeeb13 (custom-deps, updates): Allow cus-dep to be compiled.
(custom-deps, autoloads, finder-data, updates): Print list of dirs.
1998-04-24 21:17:17 +00:00
Richard M. Stallman
b26aba3879 (custom-deps): Ignore =... subdirs. 1998-04-24 20:30:56 +00:00
Richard M. Stallman
1d0d784f03 (updates): Add missing semicolons. 1997-08-05 17:06:51 +00:00
Richard M. Stallman
36d31689c2 (dontcompilefiles): Delete cyril-util.el. 1997-08-05 05:29:21 +00:00
Richard M. Stallman
3975988bf4 (ETAGS): New variable.
(TAGS): Use ${ETAGS}.
1997-07-25 03:10:59 +00:00
Richard M. Stallman
fed6688e87 (dontcompilefiles): Add cyril-util.el. 1997-07-09 04:47:12 +00:00
Richard M. Stallman
65ef095e59 (lisptagsfiles): Look at subdirs only if name
starts with a letter.
(dontcompilefiles): Don't compile latin-5.el.
(updates): Reject subdirs whose names start with =.
(custom-deps, finder-data, autoloads, update-subdirs): Likewise.
1997-06-28 03:09:27 +00:00
Richard M. Stallman
f8fc2527ce (dontcompilefiles): Add latin-1.el ... latin-4.el;
remove iso-syntax.el and i3-syntax.el.
1997-05-25 06:32:32 +00:00
Richard M. Stallman
e51f50efcd (dontcompilefiles): Add list of files that should not be byte-compiled. 1997-05-20 19:38:31 +00:00
Richard M. Stallman
98b918b69b (update-subdirs): New target.
(updates): Do update-subdirs's job too.
1997-05-12 00:59:57 +00:00
Richard M. Stallman
f83a4f3519 (autoloads, custom-deps, finder-data):
Pass all "real" subdirs of lisp/ as args when rebuilding autoloads.
(updates): New target, does all three of those.
1997-05-12 00:51:53 +00:00
Richard M. Stallman
ff45a04da5 (custom-deps): Target renamed from cus-load.el.
(finder-data): Target renamed from finder-inf.el
(unlock, relock): Targets deleted.

(lisptagsfiles): Look in all subdirs.
1997-05-12 00:06:03 +00:00
Richard M. Stallman
009368b966 (finder-inf.el, autoloads): New targets.
(cus-load.el): Minor simplification.
1997-04-11 19:40:29 +00:00
Per Abrahamsen
c48c37728f Added cus-load.el target. 1997-04-11 13:14:52 +00:00
Per Abrahamsen
c7685c8dfa Initial revision 1997-04-11 11:56:09 +00:00