From owner-cvs-src@FreeBSD.ORG Thu May 1 16:45:43 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C535F37B40C; Thu, 1 May 2003 16:45:43 -0700 (PDT) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id B6B2E43F93; Thu, 1 May 2003 16:45:42 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.9/8.12.9) with ESMTP id h41Njcm2053509; Thu, 1 May 2003 16:45:42 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.9/8.12.9/Submit) id h41NjcE4053508; Thu, 1 May 2003 16:45:38 -0700 (PDT) Date: Thu, 1 May 2003 16:45:38 -0700 From: "David O'Brien" To: Ruslan Ermilov Message-ID: <20030501234538.GA53446@dragon.nuxi.com> References: <200305012041.h41Kf3cB089445@repoman.freebsd.org> <20030501204839.GE50307@sunbay.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030501204839.GE50307@sunbay.com> User-Agent: Mutt/1.4i X-Operating-System: FreeBSD 5.0-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: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Warner Losh cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src Makefile.inc1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 May 2003 23:45:44 -0000 On Thu, May 01, 2003 at 11:48:39PM +0300, Ruslan Ermilov wrote: > I don't want to bump __FreeBSD_version for things like this, > to aid in bootstrapping, so I use the technique of abusing > other __FreeBSD_version values >= dates I'm interested in. Why not bump __FreeBSD_version? Its cheap, and we don't over do it. I'd rather have an accurate date, not an approximate one.