Subject: Re: CVS commit: src/distrib/sets
To: None <source-changes@netbsd.org>
From: Christos Zoulas <christos@astron.com>
List: source-changes
Date: 07/12/2006 14:03:55
In article <20060712133905.CBC64211CA@cvs.netbsd.org>,
Luke Mewburn  <lukem@netbsd.org> wrote:
>
>Module Name:	src
>Committed By:	lukem
>Date:		Wed Jul 12 13:39:05 UTC 2006
>
>Modified Files:
>	src/distrib/sets: sets.subr
>	src/distrib/sets/lists/base: mi shl.elf shl.mi
>	src/distrib/sets/lists/comp: md.i386 mi shl.mi
>	src/distrib/sets/lists/man: mi
>Added Files:
>	src/distrib/sets/lists/comp: md.x86_64
>Removed Files:
>	src/distrib/sets/lists/base: gcc.mi gcc.shl gcc4.mi gcc4.shl tc.mi
>	    tc.shl
>	src/distrib/sets/lists/comp: gcc.mi gcc.shl gcc4.ad.i386 gcc4.ad.x86_64
>	    gcc4.mi gcc4.shl tc.mi tc.shl
>	src/distrib/sets/lists/man: gcc.mi gcc4.mi tc.mi
>
>Log Message:
>* Provide new keywords:
>	gcc=<n>			<n> = value of ${HAVE_GCC}
>	gdb=<n>			<n> = value of ${HAVE_GDB}
>
>* Support extra keywords on lines with "obsolete" keywords to allow
>  keyword-specific obsolete files.
>  (Primarily intended for use with gcc=<n> and gdb=<n>, although
>  it could be use for other items).
>
>* Use the above features to collapse the gcc.* and gcc4.* lists into
>  the appropriate set lists.
>
>* Deprecate the tc.* lists as all platforms are either HAVE_GCC=3 or HAVE_GCC=4.
>
>* Update set lists for HAVE_GDB=6.

Thank you!

christos