﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
40	kmk: $(commands ) and $< doesn't work quite well together.	bird	bird	"This doesn't work (from src/VBox/HostDrivers/Support/Makefile.kmk):
{{{
$(PATH_BIN)/src/Makefile: \
		$(PATH_SUB_CURRENT)/linux/Makefile \
		$$(warning 1=$$(commands $$(PATH_BIN)/src/Makefile)) \
		$$(warning 2=$$(Support/linux/Makefile_CMDS_PREV)) \
		$$(comp-cmds-ex $$(Support/linux/Makefile_CMDS_PREV),$$(commands $$(PATH_BIN)/src/Makefile),FORCE)
	$(call MSG_TOOL,Creating,,$@)
ifndef VBOX_WITH_HARDENING
	$(QUIET)$(SED) -e ""s;-DVBOX_WITH_HARDENING;;g"" --output $@ $<
else
	$(QUIET)$(CP) -f $< $@
endif
	%$(QUIET2)$(RM) -f -- $(PATH_TARGET)/vboxmod-1.dep
	%$(QUIET2)$(APPEND) '$(PATH_TARGET)/vboxmod-1.dep' 'define Support/linux/Makefile_CMDS_PREV'
	%$(QUIET2)$(APPEND) -c '$(PATH_TARGET)/vboxmod-1.dep' '$@'
	%$(QUIET2)$(APPEND) '$(PATH_TARGET)/vboxmod-1.dep' 'endef'

-include $(PATH_TARGET)/vboxmod-1.dep
}}}"	defect	closed	major	0.1.4	kmk	0.1.3	wontfix	$(commands )	
