equal
deleted
inserted
replaced
196 $(if $(10),$1_$(strip $(10))) |
196 $(if $(10),$1_$(strip $(10))) |
197 $(if $(11),$1_$(strip $(11))) |
197 $(if $(11),$1_$(strip $(11))) |
198 $(if $(12),$1_$(strip $(12))) |
198 $(if $(12),$1_$(strip $(12))) |
199 $(if $(13),$1_$(strip $(13))) |
199 $(if $(13),$1_$(strip $(13))) |
200 $(if $(14),$1_$(strip $(14))) |
200 $(if $(14),$1_$(strip $(14))) |
|
201 $(if $(15),$(error Internal makefile error: Too many arguments to SetupGenBuffer, please update GensrcBuffer.gmk)) |
201 |
202 |
202 $(call fixRw,$1,$$($1_RW)) |
203 $(call fixRw,$1,$$($1_RW)) |
203 $(call typesAndBits,$1,$$($1_type),$$($1_BO)) |
204 $(call typesAndBits,$1,$$($1_type),$$($1_BO)) |
204 |
205 |
205 $1_DST := $(GENSRC_BUFFER_DST)/$1.java |
206 $1_DST := $(GENSRC_BUFFER_DST)/$1.java |