Date: Tue, 13 May 2003 19:44:12 -0600 (MDT) From: "M. Warner Losh" <imp@bsdimp.com> To: ru@FreeBSD.org Cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src Makefile.inc1 Message-ID: <20030513.194412.69979676.imp@bsdimp.com> In-Reply-To: <20030504.233336.37439629.imp@bsdimp.com> References: <200305040414.h444EB9a015741@repoman.freebsd.org> <20030504072614.GA71034@sunbay.com> <20030504.233336.37439629.imp@bsdimp.com>
next in thread | previous in thread | raw e-mail | index | archive | help
In message: <20030504.233336.37439629.imp@bsdimp.com>
"M. Warner Losh" <imp@bsdimp.com> writes:
: In message: <20030504072614.GA71034@sunbay.com>
: Ruslan Ermilov <ru@FreeBSD.org> writes:
: : awk '$1 == "#define" && $2 == "__FreeBSD_version" { print $3 }' /usr/include/osreldate.h
:
: awk '/^#d.*__FreeBSD_version/ { print $3 }' /usr/include/osreldate.h
:
: is a lot shorter.
:
: OSRELDATE!=awk '/^\#d.*__FreeBSD_version/ { print $$3 }' /usr/include/osreldate.h
:
: should do the trick. Not sure that's the right thing to commit,
: however... I wanna sleep on it...
I think that given the number of people that have had issues,
something like this is a good idea. Anyody have objections (apart
from re@ type people :-)
Warner
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030513.194412.69979676.imp>
