From owner-cvs-all@FreeBSD.ORG Wed Mar 2 08:11:08 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0916816A4CE; Wed, 2 Mar 2005 08:11:08 +0000 (GMT) Received: from pittgoth.com (14.zlnp1.xdsl.nauticom.net [209.195.149.111]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CEAD43D2F; Wed, 2 Mar 2005 08:11:07 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from mobile.pittgoth.com (ip68-230-188-82.dc.dc.cox.net [68.230.188.82]) (authenticated bits=0) by pittgoth.com (8.12.10/8.12.10) with ESMTP id j228B6Mp007762 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 2 Mar 2005 03:11:06 -0500 (EST) (envelope-from trhodes@FreeBSD.org) Date: Wed, 2 Mar 2005 03:10:56 -0500 From: Tom Rhodes To: Ruslan Ermilov 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> X-Mailer: Sylpheed-Claws 1.0.1 (GTK+ 1.2.10; i386-portbld-freebsd6.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man5 make.conf.5 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Mar 2005 08:11:08 -0000 On Wed, 2 Mar 2005 09:49:41 +0200 Ruslan Ermilov 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