Ticket #1922: make.tags-emacs.output.txt

File make.tags-emacs.output.txt, 0.9 KB (added by jkeenan, 11 years ago)
Line 
1make tags-emacs output
2
3Linux
4
5$ make tags-emacs
6/usr/local/bin/perl -MExtUtils::Command -e rm_f TAGS
7ctags -e \
8        --links=no --totals \
9        -R --exclude=blib --exclude=.git  \
10        --languages=c,perl --langmap=c:+.h,c:+.pmc,c:+.ops \
11        -I NOTNULL,NULLOK,ARGIN,ARGMOD,ARGOUT,ARGINOUT,ARGIN_NULLOK,ARGOUT_NULLOK,ARGMOD_NULLOK,ARGFREE,ARGFREE_NOTNULL \
12        .
13985 files, 411812 lines (12184 kB) scanned in 0.8 seconds (15230 kB/s)
1422424 tags added to tag file
15
16
17Darwin
18
19$ make tags-emacs
20/usr/local/bin/perl -MExtUtils::Command -e rm_f TAGS
21ctags -e \
22--links=no --totals \
23-R --exclude=blib --exclude=.git  \
24--languages=c,perl --langmap=c:+.h,c:+.pmc,c:+.ops \
25-I NOTNULL,NULLOK,ARGIN,ARGMOD,ARGOUT,ARGINOUT,ARGIN_NULLOK,ARGOUT_NULLOK,ARGMOD_NULLOK,ARGFREE,ARGFREE_NOTNULL \
26.
27ctags: illegal option -- e
28usage: ctags [-BFadtuwvx] [-f tagsfile] file ...
29make: *** [tags-emacs] Error 1