cvs commit: src Makefile.inc1

M. Warner Losh imp at bsdimp.com
Tue May 13 18:45:20 PDT 2003


In message: <20030504.233336.37439629.imp at bsdimp.com>
            "M. Warner Losh" <imp at bsdimp.com> writes:
: In message: <20030504072614.GA71034 at sunbay.com>
:             Ruslan Ermilov <ru at 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


More information about the cvs-all mailing list