Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Nov 2001 12:53:25 +0200
From:      Peter Pentchev <roam@ringlet.net>
To:        Murray Stokely <murray@FreeBSD.org>
Cc:        doc@FreeBSD.org
Subject:   Re: TIDYFLAGS fixes all around the tree
Message-ID:  <20011106125323.E10023@straylight.oblivion.bg>
In-Reply-To: <20011105124156.D10872@windriver.com>; from murray@FreeBSD.org on Mon, Nov 05, 2001 at 12:41:56PM -0800
References:  <20011105175820.D77919@straylight.oblivion.bg> <20011105124156.D10872@windriver.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Nov 05, 2001 at 12:41:56PM -0800, Murray Stokely wrote:
>   How up to date was your source tree?  I think I fixed this last
> night.  There was an open PR for it.  Search closed PRs for
> 'TIDYFLAGS' and sync up your doc tree then try again.

Okay, so I was working from an 8-9 hours' old tree.  Still, maybe
I'm being dumb, but I do not really see the point of the fix you
committed.  It definitely does not fix the problem I reported,
as seen by:

[roam@straylight:v4 ~/fbsd/r/doc/ru_RU.KOI8-R/articles/explaining-bsd]$ make -V TIDYFLAGS
-latin1

As you can see, still no -m :(

As I already said, I do not see the point of 'VAR?= blah ${VAR}'.
This statement only ever changes the value of VAR if VAR *is not set*.
In that case, ${VAR} is empty, and VAR is set to 'blah'.  If VAR is
already set, then this statement will have absolutely no effect :)

G'luck,
Peter

-- 
No language can express every thought unambiguously, least of all this one.

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




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