aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2013-06-07 12:26:02 +0300
committerEli Zaretskii2013-06-07 12:26:02 +0300
commita822acffe2a370ed1726db92aad64b5287582a73 (patch)
tree03b1cd18c24bba9b30bdaa00a709f076d5f31319 /src/ChangeLog
parent3649ba053bc957fdea95d3ffea3b3fc8bd96acdc (diff)
downloademacs-a822acffe2a370ed1726db92aad64b5287582a73.tar.gz
emacs-a822acffe2a370ed1726db92aad64b5287582a73.zip
Fix "make TAGS" on MS-Windows.
lisp/Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files through xargs, to avoid failure due to MS-Windows limitations on command-line length. src/Makefile.in (ctagsfiles1, ctagsfiles2): Don't include *.m files. (ctagsfiles3): New variable, includes only *.m files. (TAGS): Use an explicit language name in the regular expressions, to avoid transformation of '/SOMETHING' by MSYS to 'c:\MSYS\SOMETHING'.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index c104b23c75e..646f1d43f43 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,11 @@
12013-06-07 Eli Zaretskii <eliz@gnu.org>
2
3 * Makefile.in (ctagsfiles1, ctagsfiles2): Don't include *.m files.
4 (ctagsfiles3): New variable, includes only *.m files.
5 (TAGS): Use an explicit language name in the regular expressions,
6 to avoid transformation of '/SOMETHING' by MSYS to
7 'c:\MSYS\SOMETHING'.
8
12013-06-07 Richard Copley <rcopley@gmail.com> (tiny change) 92013-06-07 Richard Copley <rcopley@gmail.com> (tiny change)
2 10
3 * epaths.in: Fix commentary to PATH_SITELOADSEARCH. 11 * epaths.in: Fix commentary to PATH_SITELOADSEARCH.