1 | make tags-emacs output |
---|
2 | |
---|
3 | Linux |
---|
4 | |
---|
5 | $ make tags-emacs |
---|
6 | /usr/local/bin/perl -MExtUtils::Command -e rm_f TAGS |
---|
7 | ctags -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 | . |
---|
13 | 985 files, 411812 lines (12184 kB) scanned in 0.8 seconds (15230 kB/s) |
---|
14 | 22424 tags added to tag file |
---|
15 | |
---|
16 | |
---|
17 | Darwin |
---|
18 | |
---|
19 | $ make tags-emacs |
---|
20 | /usr/local/bin/perl -MExtUtils::Command -e rm_f TAGS |
---|
21 | ctags -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 | . |
---|
27 | ctags: illegal option -- e |
---|
28 | usage: ctags [-BFadtuwvx] [-f tagsfile] file ... |
---|
29 | make: *** [tags-emacs] Error 1 |
---|