"GOT", but the "O" is a cute, smiling pufferfish. Index | Thread | Search

From:
Klemens Nanni <kn@openbsd.org>
Subject:
Re: Provide lib/Makefile to enable tags file generation
To:
Theo Buehler <tb@theobuehler.org>
Cc:
gameoftrees@openbsd.org
Date:
Thu, 7 Oct 2021 15:19:39 +0000

Download raw body.

Thread
On Thu, Oct 07, 2021 at 05:00:56PM +0200, Theo Buehler wrote:
> > +.if make(tags)
> 
> I think that should include at least 'make(cleandir)' as well so
> the tags file gets removed like the others.

`make clean' does not clean any tag files for me.

> would using bsd.lib.mk make things easier (no need to set PROG, I guess)
> or would that break anything?

Had the same thought, see the other mail :)