summaryrefslogtreecommitdiff
path: root/GNUmakefile
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2015...Run admin/update-copyright. Paul Eggert2015-01-011-1/+1
* * GNUmakefile: Speed up 'make bootstrap' in fresh checkout....(ORDINARY_GOALS): New macro, which excludes 'bootstrap'. (bootstrap, .PHONY): New rules. * INSTALL.REPO: Document current procedure better. Move copyright notice to just before license notice. Paul Eggert2014-04-161-1/+9
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Remove left-overs from using nt/mingw-cfg.site as a CONFIG_SITE file.... GNUmakefile (Makefile): Don't use $(CFG). (CFG): Don't compute. Eli Zaretskii2013-11-281-7/+1
* Remove the autogen/ directory...Ref: http://lists.gnu.org/archive/html/emacs-devel/2013-10/msg00806.html * autogen: Remove directory. Move update_autogen to admin/. * autogen.sh: Remove reference to copy_autogen. * GNUmakefile (configure): * Makefile.in (bootstrap): Do not try to run copy_autogen. * config.bat: Use msdos/autogen rather than autogen. * admin/update_autogen: Move here from ../autogen. (usage): Update. Remove -l, add -A. (autogendir): New variable. (ldefs_flag): Default to set. (genfiles): Reduce to only ms-dos relevant files. (main): Make checking autogen sources optional. Make copying of autogen files optional. * msdos/autogen/config.in: * msdos/autogen/Makefile.in: Move here from ../autogen. * nt/INSTALL: Remove reference to copy_autogen. * nt/config.nt: Comment. Glenn Morris2013-11-041-2/+2
* Teach 'make' how to re-configure for MinGW.Eli Zaretskii2013-04-171-1/+6
* Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* * GNUmakefile: New file....This is for convenience, so that one can run GNU make in an unconfigured source tree, and get a default build. Paul Eggert2011-07-271-0/+77