You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2003/08/21 09:23:38 UTC

DO NOT REPLY [Bug 22615] New: - MakeEtags script getting a little rusty?

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22615>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22615

MakeEtags script getting a little rusty?

           Summary: MakeEtags script getting a little rusty?
           Product: Apache httpd-2.0
           Version: 2.0.47
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Minor
          Priority: Other
         Component: Build
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: lists2@hushmail.com


Perhaps some minor tweaks to the MakeEtags script might be in order:

1) Exuberant ctags does not appear to be located at:

     http://fly.hiwaay.net/~darren/ctags/

   any longer as suggested in the current version of the script.  It 
   appears to have moved to:

     http://ctags.sourceforge.net/

2) For using the MakeEtags w/ Emacs, I added the "-e" option to
   the invocation -- as w/o it, find-tag in Emacs didn't work for me.
   My local copy of MakeEtags now has the following line at the end:

     find . -name '*.[ch]' -print | $etags -e -I "$ignore" -L -

   Seems to work for me.

Cheers

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org