• Eli Zaretskii's avatar
    Fix "make TAGS" on MS-Windows. · a822acff
    Eli Zaretskii authored
     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'.
    a822acff
ChangeLog 959 KB