From owner-cvs-src@FreeBSD.ORG Fri Jan 16 12:25:11 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4659116A4CF; Fri, 16 Jan 2004 12:25:11 -0800 (PST) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA40143D58; Fri, 16 Jan 2004 12:25:08 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.10/8.12.9) with ESMTP id i0GKP3ip026838; Fri, 16 Jan 2004 12:25:03 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.10/8.12.10/Submit) id i0GKP2O7026837; Fri, 16 Jan 2004 12:25:02 -0800 (PST) (envelope-from obrien) Date: Fri, 16 Jan 2004 12:25:02 -0800 From: "David O'Brien" To: Wilko Bulte Message-ID: <20040116202502.GA26805@dragon.nuxi.com> References: <200401120837.i0C8bWk2077213@repoman.freebsd.org> <20040114185923.GC73318@FreeBSD.org.ua> <20040115111124W.matusita@jp.FreeBSD.org> <20040115083715.GA79312@FreeBSD.org.ua> <20040116161541.GA8293@dragon.nuxi.com> <20040116162850.GA10354@freebie.xs4all.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040116162850.GA10354@freebie.xs4all.nl> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.2-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: Makoto Matsushita cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: Ruslan Ermilov cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/release Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@FreeBSD.ORG List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Jan 2004 20:25:11 -0000 On Fri, Jan 16, 2004 at 05:28:50PM +0100, Wilko Bulte wrote: > On Fri, Jan 16, 2004 at 08:15:41AM -0800, David O'Brien wrote: > > On Thu, Jan 15, 2004 at 10:37:15AM +0200, Ruslan Ermilov wrote: > > > You didn't get it. It's possible to have a RELENG_4 box (with > > > RELENG_4 /usr/src and /usr/obj matching the running version), > > > and build a release snapshot of HEAD. > > > > This is WAY not officially supported! > > > > - echo "/etc/rc.d/ldconfig start" >> ${_MK} > > + echo "if [ -f /etc/rc.d/ldconfig ]; then" >> ${_MK} > > + echo " /etc/rc.d/ldconfig start" >> ${_MK} > > + echo "else" >> ${_MK} > > + echo " ldconfig /lib /usr/lib /usr/local/lib" >> ${_MK} > > + echo "fi" >> ${_MK} > > > > I object to yet more offuscation being committed to src/release/Makefile. > > If you want to build a snapshot of HEAD, run a -CURRENT box. Things are > > getting messier and messier for 4->5 "support". > > I take that to be a an official request for backout? No. It is a statement of disapproval, and a wish that more of this type of thing doesn't get added. If RE lets it stand, it stands. -- -- David (obrien@FreeBSD.org)