comparison lisp/ChangeLog @ 26112:a2591ab1ddaf

(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.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 20 Oct 1999 00:37:35 +0000
parents 67f9292f4d3e
children ecb770f88920
comparison
equal deleted inserted replaced
26111:4968f7da0a61 26112:a2591ab1ddaf
1 1999-10-19 Stefan Monnier <monnier@cs.yale.edu>
2
3 * Makefile (dontcompilefiles): Obsoleted.
4 (DONTCOMPILE): Added emacs-lisp/cl-specs.el.
5 (EL): Unused.
6 (temacs): Removed (unused).
7 (cus-load.el, finder-inf.el, loaddefs.el): New targets to build a dummy
8 version of the file (necessary for the update to work properly).
9 (autoloads): Force the use of `pwd`/loaddefs.el.
10 (updates); Redefined in terms of other targets to reduce redundancy.
11 (.el.elc): New default rule, just in case you want it.
12 (compile): Use a single invocation of Emacs.
13 (bootstrap-compile); Unneeded.
14 (autoloads-with-other-emacs): Unneeded now that autoloads is fixed.
15
1 1999-10-19 Dave Love <fx@gnu.org> 16 1999-10-19 Dave Love <fx@gnu.org>
2 17
3 * emacs-lisp/eval-reg.el: Removed -- not now needed by edebug. 18 * emacs-lisp/eval-reg.el: Removed -- not now needed by edebug.
4 19
5 1999-10-19 Sam Steingold <sds@ksp.com> 20 1999-10-19 Sam Steingold <sds@ksp.com>