diff -r bc685175f836 -r f3f859137ce6 make/common/IdlCompilation.gmk --- a/make/common/IdlCompilation.gmk Wed Mar 11 08:25:55 2015 -0700 +++ b/make/common/IdlCompilation.gmk Thu Mar 12 12:13:23 2015 +0100 @@ -88,15 +88,8 @@ # EXCLUDES # OLDIMPLBASES # DELETES -define SetupIdlCompilation - $(if $(16),$(error Internal makefile error: Too many arguments to SetupIdlCompilation, please update IdlCompilation.gmk)) - $(call EvalDebugWrapper,$(strip $1),$(call SetupIdlCompilationInner,$(strip $1),$2,$3,$4,$5,$6,$7,$8,$9,$(10),$(11),$(12),$(13),$(14),$(15))) -endef - -define SetupIdlCompilationInner - $(foreach i,2 3 4 5 6 7 8 9 10 11 12 13 14 15, $(if $(strip $($i)),$1_$(strip $($i)))$(NEWLINE)) - $(call LogSetupMacroEntry,SetupIdlCompilation($1),$2,$3,$4,$5,$6,$7,$8,$9,$(10),$(11),$(12),$(13),$(14),$(15)) - $(if $(16),$(error Internal makefile error: Too many arguments to SetupIdlCompilation, please update IdlCompilation.gmk)) +SetupIdlCompilation = $(NamedParamsMacroTemplate) +define SetupIdlCompilationBody # Find all existing java files and existing class files. $$(call MakeDir,$$($1_BIN))