1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-18 10:16:51 +00:00
Commit Graph

26 Commits

Author SHA1 Message Date
Juanma Barranquero
c45dbde8d6 Add "no-byte-compile: t" to subdirs.el. 2002-10-01 17:10:51 +00:00
Juanma Barranquero
1142be39f6 (WINS): Add calc and obsolete. 2002-08-26 10:21:39 +00:00
Richard M. Stallman
d198b6f502 (compile-after-backup): Renamed from `compile'.
Use `compile-always'.
(bootstrap): Use `compile', not `compile-files'.  Use `update-subdirs'.
(compile): Renamed from `compile-files'.
(compile-CMD, compile-SH): Renamed from `compile-files-*'.
2002-08-01 17:07:28 +00:00
Juanma Barranquero
d053bf7ecb (update-subdirs-CMD): Generate the right list of subdirectories. From
Tak Ota <Takaaki.Ota@am.sony.com>.
2002-07-31 08:09:58 +00:00
Juanma Barranquero
0702b99567 Revert some changes from 2002-07-23 because they don't work on MSVC/nmake builds. 2002-07-31 07:45:58 +00:00
Andrew Innes
9b006cb258 (DONTCOMPILE): Remove cus-start.el.
(DONTCOMPILE): Add various language files.
(DONTCOMPILE): Remove term/xterm.el.
(finder-inf.el): Remove.
(update-authors): New target.
(TAGS-LISP): Remove $(lispsource).
(compile-always): Renamed from `compile-files'.
(compile): New target, adapted from `compile-files'.
(compile-calc): New target.
(recompile): Change `.' to $(lisp).
(bootstrap): Add update-subdirs and finder-data
to dependencies; change compile-files to compile.
2002-07-23 00:06:22 +00:00
Andrew Innes
a3599c3027 (bootstrap-clean-SH): Use for loop, instead of
relying on shell globbing.
2002-03-27 23:20:07 +00:00
Juanma Barranquero
5e73ebb4f7 (WINS): Make sure it has a tab and not spaces. 2002-03-26 15:27:42 +00:00
Juanma Barranquero
b036f5d887 (WINS): Add the toolbar directory. 2002-03-26 15:09:08 +00:00
Andrew Innes
5de7f0f75a (bootstrap-clean-CMD, bootstrap-clean-SH): Don't
attempt to remake autoloads before nuking .elc files.
2001-11-05 23:18:34 +00:00
Andrew Innes
0645d24148 (DONTCOMPILE): Omit sc.el. 2001-08-16 13:18:10 +00:00
Andrew Innes
206a06064f (DONTCOMPILE): Omit bindings.el. 2001-08-16 13:13:53 +00:00
Andrew Innes
c5bdb93d32 (compile-files-CMD, bootstrap-clean-CMD): Use
. instead of absolute path for lisp dir, to avoid bug in W2K
cmd.exe's handling of FOR loops.
(autoloads): Set find-file-suppress-same-file-warnings to t to
avoid slew of spurious messages.
2001-05-18 12:06:38 +00:00
Andrew Innes
cc7aa0538b (EMACSLOADPATH): Define.
(custom-deps): 
(autoloads): 
(.el.elc): 
(compile-files-CMD): 
(compile-files-SH): 
(recompile): Remove stuff to set EMACSLOADPATH.
2001-04-18 14:10:23 +00:00
Gerd Moellmann
170a9e70c1 (COMPILE_FIRST): Add cc-mode.el
and cc-vars.el.
2001-03-21 12:56:09 +00:00
Andrew Innes
53b67fa093 Fix copyright notice. 2001-02-24 22:11:00 +00:00
Andrew Innes
587b573788 (EMACS): Use $(THISDIR) to make emacs.exe path
absolute.
2001-02-06 15:52:22 +00:00
Gerd Moellmann
6c317bd2b4 (DONTCOMPILE): Add various term files. 2001-01-26 12:43:05 +00:00
Andrew Innes
77f16cc633 (custom-deps): Set EMACSLOADPATH explicitly. 2001-01-06 21:07:39 +00:00
Andrew Innes
6610f4b26a (lisp): Set to an absolute directory, namely
$(CURDIR).
2000-12-06 14:55:02 +00:00
Andrew Innes
49060c51af (.SUFFIXES): Add .SUFFIXES. 2000-11-27 13:01:27 +00:00
Andrew Innes
202c7edc03 (compile-files): No need to make .elc files
read-only, since they aren't under VC now.
2000-09-17 20:54:47 +00:00
Andrew Innes
7bbaaeddf0 Revert to Unix line endings. 2000-09-14 21:59:59 +00:00
Andrew Innes
161a7b3739 Add bootstrap support. Also copy lisp source
when installing.
2000-09-14 21:22:43 +00:00
Andrew Innes
96f492752e Change to DOS line endings. 2000-09-03 22:30:19 +00:00
Andrew Innes
ffa85ae7a5 *** empty log message *** 2000-08-23 22:04:13 +00:00