Subject: Re: libc tags
To: Ignatios Souvatzis <ignatios@cs.uni-bonn.de>
From: Johan Danielsson <joda@pdc.kth.se>
List: tech-userlevel
Date: 07/07/2000 12:12:51
Ignatios Souvatzis <ignatios@cs.uni-bonn.de> writes:

> I wonder wether a generic target could be made in bsd.*.mk to build 
> a tags file for (part of the) source tree.

I usually do

mkid && fnid '*.[chyls]' | etags -

which is short enough not to require any makefile hacks.

/Johan