On May 30, 2005, at 9:35 PM, Christos Zoulas wrote:
On May 30, 9:24pm, thorpej%shagadelic.org@localhost (Jason Thorpe) wrote: -- Subject: Re: CVS commit: src/sys/arch | You don't need GENASSYM as a program name -- the variable that holds | it is called TOOL_GENASSYM. | | I suggest you back these changes out. You are creating new conventions. Look at the Makefile.kern.inc first.
New conventions? TOOL_* was a convention that already exists in our source tree.
And if you're talking about this:
UUDECODE?=      ${TOOL_UUDECODE:Uuudecode}
HEXDUMP?=       ${TOOL_HEXDUMP:Uhexdump}
GENASSYM?=      ${TOOL_GENASSYM:Ugenassym}
Those are some funny new conventions all in their own.  The right  
place for those to be picked up is from bsd.own.mk, with all of the  
other tools.
-- thorpej