cvs commit: src/release Makefile

Wilko Bulte wkb at freebie.xs4all.nl
Fri Jan 16 08:28:55 PST 2004


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?

-- 
|   / o / /_  _   		FreeBSD core team secretary
|/|/ / / /(  (_)  Bulte		wilko at FreeBSD.org



More information about the cvs-all mailing list