[Patches] #100979: mwh -> fdrake [Open] support for out-of-tree "make TAGS"

Ka-Ping Yee ping@server1.lfw.org
Tue, 25 Jul 2000 15:54:23 -0500


http://sourceforge.net/patch/?func=detailpatch&patch_id=100979&group_id=5470

Status: Open
Submitted By: mwh
Category: None
Summary: support for out-of-tree "make TAGS"
Assigned To: fdrake
Patch: View Raw Patch
Date: 2000-Jul-25 10:21

2000-Jul-25 10:24 - mwh wrote:
    this (dead simple!) patch lets "make TAGS" work when $(srcdir) != "." (which funnily enough is how I do it...).
    
    "make tags" now fails with
    
    $ make tags
    ctags -w -t ../src/Include/*.h
    ctags: Unknown option: -t
    
    ... but I don't know what the correct fix is (just remove the "-t"?)

2000-Jul-25 13:35 - jhylton changed assigned_to (previously none)