aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2014-10-22 23:31:48 -0700
committerPaul Eggert2014-10-22 23:31:48 -0700
commit285ac870226e2ecc565925013e9ae8e7fe2657c0 (patch)
tree3a4d869355943a0d913786697562a19ede74e146 /ChangeLog
parent78b215ffea604d7d062b292ec1d04e31b7b4bd74 (diff)
downloademacs-285ac870226e2ecc565925013e9ae8e7fe2657c0.tar.gz
emacs-285ac870226e2ecc565925013e9ae8e7fe2657c0.zip
* Makefile.in (ACLOCAL_INPUTS): Omit unnecessary use of 'wildcard'.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 534a34d103f..70cde66b9c7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,11 +1,12 @@
12014-10-23 Paul Eggert <eggert@cs.ucla.edu> 12014-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.