diff options
| author | Paul Eggert | 2014-10-22 23:31:48 -0700 |
|---|---|---|
| committer | Paul Eggert | 2014-10-22 23:31:48 -0700 |
| commit | 285ac870226e2ecc565925013e9ae8e7fe2657c0 (patch) | |
| tree | 3a4d869355943a0d913786697562a19ede74e146 /ChangeLog | |
| parent | 78b215ffea604d7d062b292ec1d04e31b7b4bd74 (diff) | |
| download | emacs-285ac870226e2ecc565925013e9ae8e7fe2657c0.tar.gz emacs-285ac870226e2ecc565925013e9ae8e7fe2657c0.zip | |
* Makefile.in (ACLOCAL_INPUTS): Omit unnecessary use of 'wildcard'.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -1,11 +1,12 @@ | |||
| 1 | 2014-10-23 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2014-10-23 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * Makefile.in (ACLOCAL_INPUTS): Omit unnecessary use of 'wildcard'. | ||
| 4 | |||
| 3 | Fix race in 'make info/dir', and speed it up. | 5 | Fix race in 'make info/dir', and speed it up. |
| 4 | * Makefile.in (AWK, srcdir_doc_info_dir_inputs, info_dir_inputs): | 6 | * Makefile.in (AWK, srcdir_doc_info_dir_inputs, info_dir_inputs): |
| 5 | New macros. | 7 | New macros. |
| 6 | (clean): Remove info-dir.*. | 8 | (clean): Remove info-dir.*. |
| 7 | (info_dir_deps): Depend on make-info-dir too. | 9 | (info_dir_deps): Depend on make-info-dir too. |
| 8 | Fix bug with wildcards that weren't expanded. | ||
| 9 | (${srcdir}/info/dir): Make sure info directory exists. | 10 | (${srcdir}/info/dir): Make sure info directory exists. |
| 10 | Don't call pwd; just redirect make-info-dir's stdout to temp file. | 11 | Don't call pwd; just redirect make-info-dir's stdout to temp file. |
| 11 | * build-aux/make-info-dir: Send output to stdout. | 12 | * build-aux/make-info-dir: Send output to stdout. |