﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
80	kmk: Make $(target)_$(source)_*_ local	bird	bird	"The following bit in kbuild.c should be changed to local variables (lower case no, prefix or suffix):
{{{
    $(target)_$(source)_CMDS_   := $(TOOL_$(tool)_COMPILE_$(type)_CMDS)
    $(target)_$(source)_OUTPUT_ := $(TOOL_$(tool)_COMPILE_$(type)_OUTPUT)
    $(target)_$(source)_OUTPUT_MAYBE_ := $(TOOL_$(tool)_COMPILE_$(type)_OUTPUT_MAYBE)
    $(target)_$(source)_DEPEND_ := $(TOOL_$(tool)_COMPILE_$(type)_DEPEND) $(deps) $(source)
    $(target)_$(source)_DEPORD_ := $(TOOL_$(tool)_COMPILE_$(type)_DEPORD) $(dirdep)
}}}"	defect	assigned	major	0.2.0	kmk	noversion			
