cvs commit: src/share/man/man5 make.conf.5

Tom Rhodes trhodes at FreeBSD.org
Wed Mar 2 08:11:08 GMT 2005


On Wed, 2 Mar 2005 09:49:41 +0200
Ruslan Ermilov <ru at 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


More information about the cvs-src mailing list