Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Jan 2001 14:21:21 +1030
From:      Greg Lehey <grog@lemis.com>
To:        arch@FreeBSD.org
Subject:   TAGS target in sys/Makefile?
Message-ID:  <20010123142121.L414@wantadilla.lemis.com>

next in thread | raw e-mail | index | archive | help
There are a number of tools people can use to find their way around
the kernel sources: I know of at least ctags, etags and cscope.  It
would be nice to have build targets for the corresponding data files
in sys/Makefile.  I'd suggest adding targets 'tags' for ctags, 'TAGS'
for etags, and 'cscope.out' (which just creates the cscope.out file)
and 'cscope' (which also runs the program) for cscope.  Does anybody
have any objections?

If not, there are a few odds and ends to tie up, like duplicate labels
and machine architectures.  I'd omit stuff like the boot code, which
doesn't really relate to the kernel, but I don't have a really good
idea how to tackle that; possibly ignore the machine-dependent stuff
unless an environment variable is set.  I'm very much open to
suggestions here.

Greg
--
Finger grog@lemis.com for PGP public key
See complete headers for address and phone numbers


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-arch" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010123142121.L414>