| Commit message (Expand) | Author | Age | Files | Lines |
* | Improve behavior of 'bzr up; cd src; make -k'. | Paul Eggert | 2014-07-13 | 1 | -1/+1 |
* | Merge from emacs-24; up to 2014-06-22T05:00:14Z!dmantipov@yandex.ru | Glenn Morris | 2014-07-12 | 1 | -2/+3 |
|\ |
|
| * | * Makefile.in (install-arch-indep): Avoid readdir race. | Paul Eggert | 2014-07-11 | 1 | -2/+3 |
* | | Replace BOOTSTRAPEMACS with an order-only dependence on bootstrap-emacs | Glenn Morris | 2014-06-26 | 1 | -14/+1 |
* | | Simplify and parallize test/automated Makefile | Glenn Morris | 2014-06-25 | 1 | -1/+6 |
* | | Diagnose failures due to colons in directory names. | Paul Eggert | 2014-06-20 | 1 | -0/+8 |
* | | Use `make -C' rather than `cd && make' | Glenn Morris | 2014-06-14 | 1 | -14/+14 |
* | | Parallelize clean rules using GNU make features | Glenn Morris | 2014-06-14 | 1 | -60/+46 |
* | | With GNU make, MFLAGS is not needed | Glenn Morris | 2014-06-13 | 1 | -101/+71 |
* | | * Makefile.in (AUTOCONF, AUTOMAKE, AUTOHEADER, ACLOCAL): New, set by configure | Glenn Morris | 2014-06-09 | 1 | -5/+10 |
* | | Get rid of the INFO_EXT variable | Glenn Morris | 2014-06-09 | 1 | -2/+1 |
* | | Get --enable-gcc-warnings to work after touching configure.ac. | Paul Eggert | 2014-05-03 | 1 | -1/+2 |
* | | * Makefile.in (force-info): Remove. | Paul Eggert | 2014-04-16 | 1 | -4/+3 |
* | | * Makefile.in (FRC): Remove. | Paul Eggert | 2014-04-16 | 1 | -14/+12 |
* | | Require GNU make to build Emacs | Glenn Morris | 2014-03-27 | 1 | -2/+2 |
* | | * Makefile.in (all): Depend on `info'. | Glenn Morris | 2014-03-20 | 1 | -1/+1 |
|/ |
|
* | * Makefile.in (install-arch-indep): Allow ' ' in destdir. | Paul Eggert | 2014-02-14 | 1 | -2/+3 |
* | * Makefile.in (install-arch-indep): Simplify. | Paul Eggert | 2014-02-13 | 1 | -12/+5 |
* | Copy README.W32 when installing Windows build (bug#14757). | Juanma Barranquero | 2014-02-13 | 1 | -0/+1 |
* | * Makefile.in: Revert previous (presumably accidental) change | Glenn Morris | 2014-01-16 | 1 | -1/+0 |
* | On VCS-independent ways of identifying commits, and why they are desirable. | Eric S. Raymond | 2014-01-16 | 1 | -0/+1 |
* | Fix comment typo in previous, sigh | Glenn Morris | 2014-01-13 | 1 | -1/+1 |
* | * Makefile.in: Comment. | Glenn Morris | 2014-01-13 | 1 | -0/+5 |
* | Update copyright year to 2014 by running admin/update-copyright. | Paul Eggert | 2014-01-01 | 1 | -1/+1 |
* | Generate info/dir from .texi files rather than .info files | Glenn Morris | 2013-12-12 | 1 | -4/+17 |
* | * Makefile.in (${srcdir}/info/dir): Parallel make fix. | Glenn Morris | 2013-12-12 | 1 | -4/+3 |
* | * Makefile.in (install-info): Remove some useless subshells. | Glenn Morris | 2013-12-12 | 1 | -4/+2 |
* | Stop keeping info/dir in the repository. | Glenn Morris | 2013-12-12 | 1 | -13/+35 |
* | Stop keeping (all but one) generated cedet grammar files in the repository | Glenn Morris | 2013-11-29 | 1 | -3/+3 |
* | * Makefile.in (epaths-force-w32): Fix 2013-11-20 typo. | Dani Moncayo | 2013-11-29 | 1 | -1/+1 |
* | Stop keeping generated Unicode lisp files in the repository | Glenn Morris | 2013-11-27 | 1 | -0/+2 |
* | Move runtime leim lisp files to lisp/leim directory | Glenn Morris | 2013-11-26 | 1 | -37/+19 |
* | Preload leim-list.el | Glenn Morris | 2013-11-25 | 1 | -6/+12 |
* | Makefile.in comment. | Glenn Morris | 2013-11-24 | 1 | -3/+6 |
* | * Makefile.in (msys_to_w32, msys_lisppath_to_w32): Remove. | Dani Moncayo | 2013-11-19 | 1 | -26/+12 |
* | * Makefile.in (ACLOCAL_INPUTS): Add configure.ac. | Paul Eggert | 2013-11-13 | 1 | -1/+1 |
* | * Makefile.in (epaths-force-w32): Simplify w32srcdir computation. | Dani Moncayo | 2013-11-11 | 1 | -1/+1 |
* | * Makefile.in (epaths-force-w32): Move srcdir tweak here | Glenn Morris | 2013-11-05 | 1 | -1/+9 |
* | Remove the autogen/ directory | Glenn Morris | 2013-11-04 | 1 | -2/+2 |
* | test/automated: Use relative filename for emacs executable | Glenn Morris | 2013-11-02 | 1 | -1/+1 |
* | * Makefile.in (distclean, bootstrap-clean, maintainer-clean): | Glenn Morris | 2013-10-29 | 1 | -9/+9 |
* | Avoid non-portable "` ... \"...\" ... `" nesting | Glenn Morris | 2013-10-24 | 1 | -6/+11 |
* | Fix whitespace in previous Makefile.in changes | Glenn Morris | 2013-10-23 | 1 | -1/+2 |
* | Attempt at a fix for mingw CPPFLAGS | Glenn Morris | 2013-10-23 | 1 | -0/+1 |
* | * Makefile.in (epaths-force-w32): Use abs_srcdir | Glenn Morris | 2013-10-23 | 1 | -1/+1 |
* | More Makefile quoting | Glenn Morris | 2013-10-23 | 1 | -10/+12 |
* | Progress towards allowing installation in directories with whitespace | Glenn Morris | 2013-10-23 | 1 | -77/+78 |
* | Make building in directories with whitespace possible | Glenn Morris | 2013-10-22 | 1 | -21/+23 |
* | Rename configure's --without-compress-info to --without-compress-install | Glenn Morris | 2013-09-08 | 1 | -6/+4 |
* | Makefile improvements. | Paul Eggert | 2013-09-03 | 1 | -13/+14 |