Menu

#1 gtags relies on nonstandard extensions to find in gentags.py

open
nobody
None
5
2006-01-27
2006-01-27
Anonymous
No

gentags.py depends on the -regex option in find which
is not part of the posix/sus specification. this
dependency is not documented.

from gentags.py:
'TAGS' : r"find . -regex '.*\.\(cc|c|h|lex\)' "
r"| xargs /usr/pubsw/bin/etags -o TAGS -a",

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.