Date: Thu, 31 Jan 2002 17:37:02 +0000 From: Josef Karthauser <joe@tao.org.uk> To: Nate Williams <nate@yogotech.com> Cc: Sheldon Hearn <sheldonh@starjuice.net>, Terry Lambert <tlambert2@mindspring.com>, arch@FreeBSD.ORG Subject: Re: Adding support for a global src tree serial number Message-ID: <20020131173702.J77899@genius.tao.org.uk> In-Reply-To: <15449.30438.698921.182380@caddis.yogotech.com>; from nate@yogotech.com on Thu, Jan 31, 2002 at 09:55:02AM -0700 References: <3C5944A4.4927F812@mindspring.com> <80628.1012484102@axl.seasidesoftware.co.za> <15449.30438.698921.182380@caddis.yogotech.com>
next in thread | previous in thread | raw e-mail | index | archive | help
--GlnCQLZWzqLRJED8 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Thu, Jan 31, 2002 at 09:55:02AM -0700, Nate Williams wrote: > FWIW, this has been gone over many times in the past. We even had a > workable solution, but unfortunately Richard W. (the originator of said > feature request) refused to acknowledge the issues and propose a > solution that would satisfy all problems. This is mad! :) The easiest solution is the one that I proposed in the PR, which is to use the effective date of the latest date in the $FreeBSD$ files. Of course this means going through each source file, but that's only time. Doing anything with CVSROOT/ and cvsup, etc, is complexity that isn't needed. l=`find /usr/src/sys | xargs grep '\$FreeBSD:.*$' | sed \ 's/.*\$FreeBSD://' | awk '{ print $3 "-" $4 }' | sort -n | tail -1` Kind of thing. Joe --GlnCQLZWzqLRJED8 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iEYEARECAAYFAjxZgL0ACgkQXVIcjOaxUBYAFQCgsjJIbkobqPkNxYNz/7FOCYXa b8cAn3ABMxSOImzj1n6nxW71qAfIZFwH =bpIy -----END PGP SIGNATURE----- --GlnCQLZWzqLRJED8-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-arch" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020131173702.J77899>