Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Jan 2004 12:25:02 -0800
From:      "David O'Brien" <obrien@FreeBSD.ORG>
To:        Wilko Bulte <wkb@freebie.xs4all.nl>
Cc:        cvs-all@FreeBSD.ORG
Subject:   Re: cvs commit: src/release Makefile
Message-ID:  <20040116202502.GA26805@dragon.nuxi.com>
In-Reply-To: <20040116162850.GA10354@freebie.xs4all.nl>
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>

next in thread | previous in thread | raw e-mail | index | archive | help
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)



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