Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Mar 2005 03:10:56 -0500
From:      Tom Rhodes <trhodes@FreeBSD.org>
To:        Ruslan Ermilov <ru@FreeBSD.org>
Cc:        cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/share/man/man5 make.conf.5
Message-ID:  <20050302031056.39a44c5a@mobile.pittgoth.com>
In-Reply-To: <20050302074941.GD45034@ip.net.ua>
References:  <200503020522.j225MRNF036912@repoman.freebsd.org> <20050302074941.GD45034@ip.net.ua>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 2 Mar 2005 09:49:41 +0200
Ruslan Ermilov <ru@FreeBSD.org> wrote:

> On Wed, Mar 02, 2005 at 05:22:27AM +0000, Tom Rhodes wrote:
> > trhodes     2005-03-02 05:22:27 UTC
> > 
> >   FreeBSD src repository
> > 
> >   Modified files:
> >     share/man/man5       make.conf.5 
> >   Log:
> >   Document NO_RCMDS, bump doc date.
> >   
> >   Revision  Changes    Path
> >   1.118     +10 -1     src/share/man/man5/make.conf.5
> > 
> It looks like a corresponding change to usr.bin/Makefile and
> friends was forgotten.  :-P

Actually, it's:

%find . -type file -name "Makefile*" | xargs grep "NO_RCMNDS"
./bin/Makefile:.if !defined(NO_RCMNDS)
./rescue/rescue/Makefile:.if !defined(NO_RCMNDS)

And that should probably be changed to RCMDS to be more
reasonable.  But it won't be.  Cause no one seems to like
change.  So I guess I'll fix my commit, and continue what
I was going to do: wrap all the r* commands in this knob.

Unless no one minds, I'd like to just wrap them in NO_RCMDS since
the former was never documented.  Comments?

-- 
Tom Rhodes



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