jdk/makefiles/GensrcBuffer.gmk
changeset 13164 72c5d01a857d
parent 12892 3ef14bab6254
child 13702 efd6a05935b2
equal deleted inserted replaced
13082:9b19b2302c28 13164:72c5d01a857d
   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