Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Jan 2008 12:20:59 -0700 (MST)
From:      "M. Warner Losh" <imp@bsdimp.com>
To:        obrien@FreeBSD.org
Cc:        cvs-src@FreeBSD.org, src-committers@FreeBSD.org, ru@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src Makefile.inc1 src/tools/build Makefile
Message-ID:  <20080122.122059.270770161.imp@bsdimp.com>
In-Reply-To: <20080122191705.GA9070@dragon.NUXI.org>
References:  <20080122.102940.1586015611.imp@bsdimp.com> <20080122190040.GA47055@team.vega.ru> <20080122191705.GA9070@dragon.NUXI.org>

next in thread | previous in thread | raw e-mail | index | archive | help
In message: <20080122191705.GA9070@dragon.NUXI.org>
            "David O'Brien" <obrien@FreeBSD.org> writes:
: On Tue, Jan 22, 2008 at 10:00:40PM +0300, Ruslan Ermilov wrote:
: > How about if we restore the check whose aim was to avoid cluttering
: > mailing lists with questions about upsupported source upgrades, but
: > make it correspond to 6.0-RELEASE:
: > 
: > %%%
: > Index: Makefile.inc1
: > ===================================================================
: > RCS file: /home/ncvs/src/Makefile.inc1,v
: > retrieving revision 1.594
: > diff -u -p -r1.594 Makefile.inc1
: > --- Makefile.inc1	22 Jan 2008 15:57:57 -0000	1.594
: > +++ Makefile.inc1	22 Jan 2008 18:58:35 -0000
: > @@ -841,6 +841,10 @@ update:
: >  # legacy: Build compatibility shims for the next three targets
: >  #
: >  legacy:
: > +.if ${BOOTSTRAPPING} < 600034
: > +	@echo "ERROR: Source upgrades from versions prior to 6.0 not supported."; \
: > +	false
: > +.endif
: 
: I see your point here.  Should I add this back?

It does break BOOTSTRAPPING=0 case, which would be nice to keep
working.  Err, fix, since the last set of changes also broke it.

Warner



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