From owner-cvs-all@FreeBSD.ORG Tue Jan 22 19:17:27 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D956116A46D; Tue, 22 Jan 2008 19:17:27 +0000 (UTC) (envelope-from obrien@NUXI.org) Received: from dragon.nuxi.org (trang.nuxi.org [74.95.12.85]) by mx1.freebsd.org (Postfix) with ESMTP id B94E113C4D9; Tue, 22 Jan 2008 19:17:27 +0000 (UTC) (envelope-from obrien@NUXI.org) Received: from dragon.nuxi.org (obrien@localhost [127.0.0.1]) by dragon.nuxi.org (8.14.1/8.14.1) with ESMTP id m0MJHKhr009349; Tue, 22 Jan 2008 11:17:20 -0800 (PST) (envelope-from obrien@dragon.nuxi.org) Received: (from obrien@localhost) by dragon.nuxi.org (8.14.1/8.14.1/Submit) id m0MJH5E2009321; Tue, 22 Jan 2008 11:17:05 -0800 (PST) (envelope-from obrien) Date: Tue, 22 Jan 2008 11:17:05 -0800 From: "David O'Brien" To: Ruslan Ermilov Message-ID: <20080122191705.GA9070@dragon.NUXI.org> References: <20080122155427.GB16573@team.vega.ru> <20080122.095757.1159151185.imp@bsdimp.com> <20080122171051.GB19248@team.vega.ru> <20080122.102940.1586015611.imp@bsdimp.com> <20080122190040.GA47055@team.vega.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080122190040.GA47055@team.vega.ru> X-Operating-System: FreeBSD 8.0-CURRENT User-Agent: Mutt/1.5.16 (2007-06-09) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, "M. Warner Losh" Subject: Re: cvs commit: src Makefile.inc1 src/tools/build Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 22 Jan 2008 19:17:28 -0000 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?