[Patches] [Patch #100979] support for out-of-tree "make TAGS"

noreply@sourceforge.net noreply@sourceforge.net
Mon, 31 Jul 2000 11:27:46 -0700


Patch #100979 has been updated. 

Project: 
Category: None
Status: Closed
Summary: support for out-of-tree "make TAGS"

Follow-Ups:

Date: 2000-Jul-25 10:24
By: mwh

Comment:
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"?)
-------------------------------------------------------

Date: 2000-Jul-25 13:51
By: gvanrossum

Comment:
Hm.  I thought, just what I need, because my build directory is also in a different place as my source directory. But it turns out I want my TAGS file in the source directory! So now I'm indifferent on this.

The "make tags" works for me -- maybe you have a nonstandard ctags?

-------------------------------------------------------

Date: 2000-Jul-31 11:27
By: gvanrossum

Comment:
I checked in a slightly different version, which uses 'cd $(srcdir)'.
-------------------------------------------------------

-------------------------------------------------------
For more info, visit:

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