If the command line is too long when calling etags, it's probably too
long when invoking ctags.
This commit is contained in:
parent
b1a2d883fc
commit
db3b78f7c9
|
@ -129,7 +129,7 @@ TAGS etags:
|
||||||
find $(TOPSRCDIR) -name '*.[ch]' -a -not -name '*.spec.c' -a -not -name '*.dbg.c' -print | etags -
|
find $(TOPSRCDIR) -name '*.[ch]' -a -not -name '*.spec.c' -a -not -name '*.dbg.c' -print | etags -
|
||||||
|
|
||||||
tags ctags:
|
tags ctags:
|
||||||
ctags --c-types=+px `find $(TOPSRCDIR) -name '*.[ch]' -a -not -name '*.spec.c' -a -not -name '*.dbg.c' -print`
|
find $(TOPSRCDIR) -name '*.[ch]' -a -not -name '*.spec.c' -a -not -name '*.dbg.c' -print | ctags --c-types=+px -
|
||||||
|
|
||||||
manpages:
|
manpages:
|
||||||
$(MKINSTALLDIRS) $(TOPOBJDIR)/documentation/man3w
|
$(MKINSTALLDIRS) $(TOPOBJDIR)/documentation/man3w
|
||||||
|
|
Loading…
Reference in New Issue