[m-dev.] tags in trace directory (trivial)

Fergus Henderson fjh at cs.mu.OZ.AU
Mon Jan 22 19:43:30 AEDT 2001


On 22-Jan-2001, Levi Cameron <l.cameron2 at ugrad.unimelb.edu.au> wrote:
> 
> trace/Mmakefile
>         Add typedefs & #defines to trace tags file
> 
> Index: Mmakefile
> ===================================================================
> RCS file: /home/mercury1/repository/mercury/trace/Mmakefile,v
> retrieving revision 1.18
> diff -r1.18 Mmakefile
> 144c144
> <       ctags $(CFILES) $(HDRS) ../runtime/*.c ../runtime/*.h
> ---
> >       ctags -d -T $(CFILES) $(HDRS) ../runtime/*.c ../runtime/*.h

1.  Please post diffs using `diff -u' format.
    E.g. include `diff -u' in your ~/.cvsrc.
    Here's my ~/.cvsrc:

	diff -u -d -N
	rdiff -u
	update -d -P
	checkout -P

2.  If this change is made to the `trace' directory, then
    the same change should be made in the `runtime', `util',
    and `bytecode' directories.

3.  This change is not acceptable, since the `-d' and `-T' options
    to ctags are not portable.  E.g. they don't work for the version of
    ctags on `hg' (SuSE Linux 6.4).

-- 
Fergus Henderson <fjh at cs.mu.oz.au>  |  "I have always known that the pursuit
                                    |  of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh>  |     -- the last words of T. S. Garp.
--------------------------------------------------------------------------
mercury-developers mailing list
Post messages to:       mercury-developers at cs.mu.oz.au
Administrative Queries: owner-mercury-developers at cs.mu.oz.au
Subscriptions:          mercury-developers-request at cs.mu.oz.au
--------------------------------------------------------------------------



More information about the developers mailing list