Mercurial > people > andrew > aarch32
diff common/makefiles/IdlCompilation.gmk @ 456:c8d320b48626
7181504: Update of latest build-infra Makefiles
Reviewed-by: ohair
author | erikj |
---|---|
date | Tue, 03 Jul 2012 16:11:12 -0700 |
parents | e1830598f0b7 |
children | 3156dff953b1 |
line wrap: on
line diff
--- a/common/makefiles/IdlCompilation.gmk Mon Jun 25 21:37:09 2012 -0700 +++ b/common/makefiles/IdlCompilation.gmk Tue Jul 03 16:11:12 2012 -0700 @@ -87,6 +87,8 @@ $(if $7,$1_$(strip $7)) $(if $8,$1_$(strip $8)) $(if $9,$1_$(strip $9)) +$(if $(10),$(error Internal makefile error: Too many arguments to SetupIdlCompilation, please update IdlCompilation.gmk)) + # Remove any relative addressing in the paths. $1_SRC := $$(abspath $$($1_SRC)) $1_BIN := $$(abspath $$($1_BIN)) @@ -111,4 +113,3 @@ endef .SUFFIXES: .java .class .package -