| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | *** empty log message *** | Gerd Moellmann | 2000-06-14 | 1 | -160/+0 |
| | | |||||
| * | (EMACSOPT): Remove --no-init-file (implied by -batch). | Stefan Monnier | 2000-06-11 | 1 | -4/+4 |
| | | | | | | | (autoloads): Explicitly load `autoload' to bootstrap without loaddefs. (backup-compiled-files): Ignore errors during `tar'. (bootstrap): Make autoloads before elc files. | ||||
| * | (COMPILE_FIRST): New macro. | Gerd Moellmann | 2000-03-24 | 1 | -2/+8 |
| | | | | | (compile-files): Compile files from COMPILE_FIRST first. | ||||
| * | (bootstrap-clean): If $(emacs) exists, build | Gerd Moellmann | 2000-03-24 | 1 | -2/+6 |
| | | | | | | | loaddefs.el first. A loaddefs.el that's not up-to-date might cause a bootstrap failure because things don't autoload as expected. | ||||
| * | (compile-files): Compile files one by one because | Gerd Moellmann | 2000-03-08 | 1 | -8/+9 |
| | | | | | | that's the only way to ensure a clean compilation environment for each individual file. | ||||
| * | (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist. | Gerd Moellmann | 2000-01-29 | 1 | -1/+1 |
| | | |||||
| * | Makefile (DONTCOMPILE): Add term/internal.el | Eli Zaretskii | 1999-11-28 | 1 | -1/+1 |
| | | |||||
| * | (compile-files): Fixed the "tr" strings. | Gerd Moellmann | 1999-10-25 | 1 | -3/+3 |
| | | | | | (EMACS): Set to ../src/emacs. | ||||
| * | (compile-files, backup-compiled-files): New targets. | Gerd Moellmann | 1999-10-23 | 1 | -1/+23 |
| | | | | | (bootstrap, bootstrap-clean): Ditto. | ||||
| * | (dontcompilefiles): Obsoleted. | Stefan Monnier | 1999-10-20 | 1 | -102/+40 |
| | | | | | | | | | | | | | | | (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. | ||||
| * | (compile): removed debugging print. | Stefan Monnier | 1999-10-10 | 1 | -1/+0 |
| | | |||||
| * | (compile, bootstrap-compile): don't use setwins: I'm an idiot. | Stefan Monnier | 1999-10-10 | 1 | -4/+17 |
| | | |||||
| * | (compile, bootstrap-compile): forgot `;' after $(setwins). | Stefan Monnier | 1999-10-10 | 1 | -2/+2 |
| | | |||||
| * | (setwins): generalized a little. | Stefan Monnier | 1999-10-10 | 1 | -28/+12 |
| | | | | | (compile, bootstrap-compile, autoloads-with-other-emacs): use it. | ||||
| * | (setwins): abstract out the command to find subdirectories | Stefan Monnier | 1999-10-10 | 1 | -30/+13 |
| | | | | | | and fix it to also ignore subdirectories of CVS (f.ex. CVS/Base). (custom-deps, finder-data, autoloads, update-subdirs, updates): use it. | ||||
| * | (bootstrap-compile): New target. Compile Lisp | Gerd Moellmann | 1999-10-08 | 1 | -1/+36 |
| | | | | | files with ../src/temacs. | ||||
| * | (compile): Compile files one by one. Set load-path to | Gerd Moellmann | 1999-10-08 | 1 | -5/+18 |
| | | | | | current directory and subdirectories when compiling. | ||||
| * | (EMACSOPT, DONTCOMPILE, EL): New. | Gerd Moellmann | 1999-10-07 | 1 | -7/+89 |
| | | | | | | | | | (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. | ||||
| * | Exclude CVS dirs like RCS. | Dave Love | 1999-08-21 | 1 | -5/+5 |
| | | |||||
| * | (dontcompilefiles): Add latin-[89].el. | Dave Love | 1999-07-29 | 1 | -1/+1 |
| | | |||||
| * | dontcompilefiles: generic-x.el | Dave Love | 1999-01-10 | 1 | -0/+1 |
| | | |||||
| * | (TAGS-LISP): New target. | Richard M. Stallman | 1998-05-03 | 1 | -3/+8 |
| | | | | | | (lisptagsfiles1, lisptagsfiles2): New variables. (TAGS, TAGS-LISP): Use lisptagsfiles1, lisptagsfiles2. | ||||
| * | (custom-deps, updates): Allow cus-dep to be compiled. | Richard M. Stallman | 1998-04-24 | 1 | -2/+6 |
| | | | | | (custom-deps, autoloads, finder-data, updates): Print list of dirs. | ||||
| * | (custom-deps): Ignore =... subdirs. | Richard M. Stallman | 1998-04-24 | 1 | -1/+1 |
| | | |||||
| * | (updates): Add missing semicolons. | Richard M. Stallman | 1997-08-05 | 1 | -2/+2 |
| | | |||||
| * | (dontcompilefiles): Delete cyril-util.el. | Richard M. Stallman | 1997-08-05 | 1 | -1/+1 |
| | | |||||
| * | (ETAGS): New variable. | Richard M. Stallman | 1997-07-25 | 1 | -1/+2 |
| | | | | | (TAGS): Use ${ETAGS}. | ||||
| * | (dontcompilefiles): Add cyril-util.el. | Richard M. Stallman | 1997-07-09 | 1 | -1/+1 |
| | | |||||
| * | (lisptagsfiles): Look at subdirs only if name | Richard M. Stallman | 1997-06-28 | 1 | -6/+6 |
| | | | | | | | | 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. | ||||
| * | (dontcompilefiles): Add latin-1.el ... latin-4.el; | Richard M. Stallman | 1997-05-25 | 1 | -1/+2 |
| | | | | | remove iso-syntax.el and i3-syntax.el. | ||||
| * | (dontcompilefiles): Add list of files that should not be byte-compiled. | Richard M. Stallman | 1997-05-20 | 1 | -0/+5 |
| | | |||||
| * | (update-subdirs): New target. | Richard M. Stallman | 1997-05-12 | 1 | -0/+14 |
| | | | | | (updates): Do update-subdirs's job too. | ||||
| * | (autoloads, custom-deps, finder-data): | Richard M. Stallman | 1997-05-12 | 1 | -3/+32 |
| | | | | | | Pass all "real" subdirs of lisp/ as args when rebuilding autoloads. (updates): New target, does all three of those. | ||||
| * | (custom-deps): Target renamed from cus-load.el. | Richard M. Stallman | 1997-05-12 | 1 | -10/+3 |
| | | | | | | | | (finder-data): Target renamed from finder-inf.el (unlock, relock): Targets deleted. (lisptagsfiles): Look in all subdirs. | ||||
| * | (finder-inf.el, autoloads): New targets. | Richard M. Stallman | 1997-04-11 | 1 | -1/+7 |
| | | | | | (cus-load.el): Minor simplification. | ||||
| * | Added cus-load.el target. | Per Abrahamsen | 1997-04-11 | 1 | -0/+6 |
| | | |||||
| * | Initial revision | Per Abrahamsen | 1997-04-11 | 1 | -0/+15 |