summaryrefslogtreecommitdiff
path: root/lisp/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
* (DONTCOMPILE): Remove list.Lute Kamstra2005-04-131-97/+18
| | | | | (compile, compile-always): Don't use DONTCOMPILE. (update-authors): Load the library in which batch-update-authors is defined.
* (recompile): Revert 2004-11-19 change.Thien-Thi Nguyen2004-11-201-6/+2
| | | | (compile): Likewise.
* (compile): Set `max-specpdl-size' before compiling.Luc Teirlinck2004-11-201-1/+2
|
* (recompile): Set `max-specpdl-size' before compiling.Thien-Thi Nguyen2004-11-191-1/+4
|
* * Makefile.in (maintainer-clean): Depend on distclean.Jan Djärv2004-11-091-1/+1
|
* (bootstrap-clean): New target for 'make bootstrap'.Kim F. Storm2004-11-071-0/+3
|
* Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-396Miles Bader2004-06-111-1/+0
| | | | | | | | | | | | | 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.
* (recompile): Compile new files.Stefan Monnier2004-04-211-1/+1
|
* (setwins, setwins_almost): Change directory to $wdKenichi Handa2004-03-291-4/+4
| | | | before finding directories by `find'.
* (setwins, setwins_almost): Skip .arch-ids and other hidden files/directories.Stefan Monnier2004-03-031-2/+2
|
* (AUTOGENEL): New var.Stefan Monnier2004-03-021-6/+12
| | | | | (bootstrap-prepare): Rename from bootstrap-clean. Don't remove elc files. (maintainer-clean): New target.
* (TAGS, TAGS-LISP): Filter out of `els' only loaddefs* and ldefs-boot*.Eli Zaretskii2004-02-161-2/+2
|
* * Makefile.in: Fixed the CC Mode recompile kludge so it worksMartin Stjernholm2004-02-141-3/+6
| | | | when building in a different directory.
* Added extra dependencies in the recompile target needed to cope withMartin Stjernholm2004-02-091-1/+7
| | | | the compile time macro expansions in CC Mode.
* (DONTCOMPILE): Add kannada.el.Kenichi Handa2003-11-081-0/+1
|
* (DONTCOMPILE, bootstrap-clean): RenameEli Zaretskii2003-10-041-2/+2
| | | | loaddefs-boot.el to ldefs-boot.el
* (bootstrap-clean): Fix misplaced `!'.Dave Love2003-09-231-1/+1
|
* Revision: miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-44Miles Bader2003-09-151-8/+22
| | | | Add bootstrap mechanism for loaddefs.el
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* Revision: emacs--cvs-trunk--0--patch-14Miles Bader2003-08-141-2/+2
| | | | | | | | | | 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
* (DONTCOMPILE): Add malayalam.el and tamil.el.Kenichi Handa2003-02-111-0/+2
|
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-1/+1
|
* (bootstrap-after): New target.Markus Rost2003-01-221-1/+6
| | | | (bootstrap): Move finder-data, custom-deps to bootstrap-after.
* Generate cus-load.el and finder-inf.el in theAndreas Schwab2002-12-291-11/+11
| | | | | | source directory. Change dependencies on lisp files to explicitly use $(lisp). (compile-calc): Fix command substitution.
* (setwins_almost): Renamed from finder_setwins.Markus Rost2002-11-201-3/+3
| | | | | (custom-deps): Use it. (finder-data): Adjust to that name change.
* Comment change.Richard M. Stallman2002-10-261-0/+2
|
* (compile-always): Avoid error in old Bash versions.Richard M. Stallman2002-10-261-1/+1
|
* (bootstrap-clean): Use cd to shorten arg strings.Richard M. Stallman2002-09-181-1/+1
| | | | Don't ignore errors in rm line.
* (compile, compile-always): Don't try to compileEli Zaretskii2002-03-271-4/+10
| | | | non-existent files or files in empty directories.
* (finder-inf.el): Remove.Stefan Monnier2002-03-221-7/+9
| | | | | | | | (finder-data): Don't depend on finder-inf.el any more. (compile, compile-always): Handle the case where some files from DONTCOMPILE are missing (it tried to compile them). (bootstrap-clean): Use src/emacs only if executable. (bootstrap): Update subdirs.el and finder-inf.el.
* *** empty log message ***Stefan Monnier2002-03-221-1/+1
|
* (DONTCOMPILE): Remove cus-start.el.Eli Zaretskii2002-02-161-1/+0
|
* (compile): New target.Richard M. Stallman2002-02-011-5/+21
| | | | | | (compile-always): Renamed from compile-files. (compile-after-backup): Renamed from compile. (bootstrap): Depend on compile-always, not compile-files.
* (DONTCOMPILE): Remove term/xterm.el.Eli Zaretskii2002-01-251-1/+0
|
* (distclean): Remove Makefile in the build directory, not in the sourceEli Zaretskii2001-12-211-1/+1
| | | | directory.
* Note that src/Makefile.in needs changes if DONTCOMPILE is modified.Eli Zaretskii2001-12-181-1/+2
|
* (DONTCOMPILE): Add various language files.Dave Love2001-12-181-0/+14
|
* (finder_setwins, setwins): Include Calc again.Colin Walters2001-11-231-2/+8
|
* (finder_setwins, setwins): Exclude Calc.Gerd Moellmann2001-11-101-2/+2
|
* (DONTCOMPILE): Remove sc.el.Gerd Moellmann2001-08-151-1/+0
|
* (finder_setwins): Renamed from nonobsolete_setwins.Gerd Moellmann2001-08-151-3/+4
| | | | Don't include term/.
* (TAGS, TAGS-LISP): Remove "loaddefs.el" includingGerd Moellmann2001-08-131-2/+2
| | | | its path from $els.
* (TAGS, TAGS-LISP): Exclude loaddefs.el.Gerd Moellmann2001-08-021-2/+4
|
* (compile-files): Redirect output of chmod toGerd Moellmann2001-05-111-1/+1
| | | | /dev/null.
* (nonobsolete_setwins): New macro.Gerd Moellmann2001-04-091-1/+7
| | | | | (finder-data): Use it instead of `setwins'. From: Dave Love <fx@gnu.org>.
* (COMPILE_FIRST): Add cc-mode.elGerd Moellmann2001-03-211-3/+8
| | | | and cc-vars.el.
* Add copyright notice.Gerd Moellmann2001-02-201-2/+18
|
* (DONTCOMPILE): Add various term files.Gerd Moellmann2001-01-261-0/+20
|
* (.SUFFIXES): Add .SUFFIXES.Gerd Moellmann2000-11-211-0/+2
|
* (DONTCOMPILE): Omit bindings.el.Dave Love2000-11-201-1/+0
|