summaryrefslogtreecommitdiff
path: root/lisp/Makefile.in
AgeCommit message (Expand)Author
2015-06-30* leim/Makefile.in, lisp/Makefile.in: Add missing EXEEXT definition.Glenn Morris
2015-06-30* lisp/Makefile.in (MH_E_SRC, TRAMP_SRC, CAL_SRC):Glenn Morris
2015-06-05* lisp/Makefile.in (SUBDIRS): Rename from SUBDIRS_ABS.Glenn Morris
2015-06-05Tweak some build messages.Glenn Morris
2015-06-04* lisp/Makefile.in (AM_V_at): Add missing definition.Glenn Morris
2015-06-04* lisp/Makefile.in: Quieten output a bit.Glenn Morris
2015-06-04* lisp/Makefile.in: Replace shell fragments in variables with $(shell).Glenn Morris
2015-06-04* lisp/Makefile.in (check-defun-dups): Also skip ldefs-boot.Glenn Morris
2015-02-23Use ${EXEEXT} more uniformly in makefilesPaul Eggert
2015-02-08Port to platforms lacking test -a and -oPaul Eggert
2015-01-11Have 'make' output better GEN namesPaul Eggert
2015-01-11Say "ELC foo.elc" instead of "GEN foo.elc"Paul Eggert
2015-01-03Less 'make' chatter for lisp dirPaul Eggert
2015-01-01Update copyright year to 2015Paul Eggert
2014-12-31Less 'make' chatter for doc and lispPaul Eggert
2014-12-30* Makefile.in (semantic): Simplify.Paul Eggert
2014-12-08Various minor details accumulated over timeStefan Monnier
2014-11-01Merge from emacs-24; up to 117656Glenn Morris
2014-10-31Minor fixes in the changes in preparation for git migration.Eli Zaretskii
2014-10-31Backport changes in preparation for git migration from trunk.Eric S. Raymond
2014-10-25Neutralize names specific to a repository type.Eric S. Raymond
2014-10-20* lisp/Makefile.in (AUTOGEN_VCS): Remove emulation/tpu-edt.el. [Backport]Stefan Monnier
2014-10-06* lisp/icomplete.el: Move Iswitchb autoload here. Much simpler.Stefan Monnier
2014-10-06* lisp/Makefile.in (obsolete-autoloads): Write to a separate file,Glenn Morris
2014-09-10CC-mode: Set open-paren-in-column-0-is-defun-start to nil;Stefan Monnier
2014-09-09* lisp/progmodes/cc-awk.el: Remove unneeded cc-bytecomp use.Stefan Monnier
2014-08-16Add dependencies to fix loaddefs race during parallel builds.Paul Eggert
2014-06-30Get rid of the AUTOGEN_VCS variable in lisp/MakefileGlenn Morris
2014-06-29* update_autogen: Find loaddefs targets rather than parsing lisp/Makefile.inGlenn Morris
2014-06-27* lisp/Makefile.in (doit): Remove force rule.Glenn Morris
2014-06-27lisp/Makefile tiny simplificationGlenn Morris
2014-06-26* lisp/Makefile.in (update-authors): Update for moved authors.el.Glenn Morris
2014-06-25lisp/Makefile: Remove cc-*.el dependencies on non-cc filesGlenn Morris
2014-06-14Use `make -C' rather than `cd && make'Glenn Morris
2014-06-13With GNU make, MFLAGS is not neededGlenn Morris
2014-06-01* Makefile.in (AUTOGEN_VCS): Fix previous fixGlenn Morris
2014-06-01* lisp/Makefile.in (AUTOGEN_VCS): Update for moved tpu-edu.elGlenn Morris
2014-04-10Avoid EMACSDATA in user environment interfering with buildingGlenn Morris
2014-03-28Manage reftex's internal autoloads automaticallyGlenn Morris
2014-03-27Allow selective autoloading from lisp/obsolete directoryGlenn Morris
2014-03-21Don't set make-backup-files in lisp/Makefile loaddefs rulesGlenn Morris
2014-03-14Stop files with same basename messing up finder's package--builtinsGlenn Morris
2014-01-19Revert some of the CANNOT_DUMP fix.Paul Eggert
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert
2013-12-17Add load-prefer-newer option, to load .el if newer than .elcGlenn Morris
2013-12-16Fix problems with CANNOT_DUMP and EMACSLOADPATH.Paul Eggert
2013-12-11More fixes for bug #16099.Eli Zaretskii
2013-12-10Fix bug #16099 with failed out-of-tree builds on MS-Windows.Eli Zaretskii
2013-11-29Stop keeping (all but one) generated cedet grammar files in the repositoryGlenn Morris
2013-11-26Move runtime leim lisp files to lisp/leim directoryGlenn Morris