Skip to content

Commit dcb3991

Browse files
committed
Makefile.SH: use standard tags file name for ctags
By default, vim only looks for a tags file literally called "tags" (or "TAGS" if emacs compatibility is enabled). "Tags" won't be found with default settings, at least on a case-sensitive file system. Also, remove "--totals" to make the command less noisy.
1 parent a2ecfe1 commit dcb3991

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.SH

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1750,7 +1750,7 @@ TAGS: $(c_base) $(h)
17501750
$spitshell >>$Makefile <<!GROK!THIS!
17511751
17521752
ctags:
1753-
ctags -f Tags -N --totals --languages=c --langmap=c:+.h $ctags_exclude *.c *.h
1753+
ctags -N --languages=c --langmap=c:+.h $ctags_exclude *.c *.h
17541754
17551755
# AUTOMATICALLY GENERATED MAKE DEPENDENCIES--PUT NOTHING BELOW THIS LINE
17561756
# If this runs make out of memory, delete /usr/include lines.

0 commit comments

Comments
 (0)