From owner-cvs-all@FreeBSD.ORG Fri Jan 16 08:15:44 2004 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 BC02816A4CE; Fri, 16 Jan 2004 08:15:44 -0800 (PST) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8450B43D5A; Fri, 16 Jan 2004 08:15:43 -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 i0GGFgip008552; Fri, 16 Jan 2004 08:15:42 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.10/8.12.10/Submit) id i0GGFft4008551; Fri, 16 Jan 2004 08:15:41 -0800 (PST) (envelope-from obrien) Date: Fri, 16 Jan 2004 08:15:41 -0800 From: "David O'Brien" To: Ruslan Ermilov Message-ID: <20040116161541.GA8293@dragon.nuxi.com> References: <200401120837.i0C8bWk2077213@repoman.freebsd.org> <20040114185923.GC73318@FreeBSD.org.ua> <20040115111124W.matusita@jp.FreeBSD.org> <20040115083715.GA79312@FreeBSD.org.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040115083715.GA79312@FreeBSD.org.ua> 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: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Jan 2004 16:15:44 -0000 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".