Avoid argument list limit in etags generation.

This commit is contained in:
Mike Hearn 2003-11-04 04:20:02 +00:00 committed by Alexandre Julliard
parent dfccba7153
commit 35645ca40c
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ crosstest:: $(TESTSUBDIRS:%=%/__crosstest__)
# Misc rules # Misc rules
TAGS etags: TAGS etags:
etags `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 | etags -
tags ctags: tags ctags:
ctags --c-types=+px `find $(TOPSRCDIR) -name '*.[ch]' -a -not -name '*.spec.c' -a -not -name '*.dbg.c' -print` ctags --c-types=+px `find $(TOPSRCDIR) -name '*.[ch]' -a -not -name '*.spec.c' -a -not -name '*.dbg.c' -print`