make/common/JavaCompilation.gmk
changeset 58909 66f7d2494d4e
parent 58549 9d9317fad3fe
equal deleted inserted replaced
58908:73bb9c4002cc 58909:66f7d2494d4e
   220         $$(error SRC specified to SetupJavaCompilation $1 contains missing directory >$$d<) \
   220         $$(error SRC specified to SetupJavaCompilation $1 contains missing directory >$$d<) \
   221       ) \
   221       ) \
   222     ) \
   222     ) \
   223   )
   223   )
   224   $$(call MakeDir,$$($1_BIN))
   224   $$(call MakeDir,$$($1_BIN))
   225   # Order src files according to the order of the src dirs. Correct odering is
   225   # Order src files according to the order of the src dirs. Correct ordering is
   226   # needed for correct overriding between different source roots.
   226   # needed for correct overriding between different source roots.
   227   $1_ALL_SRC_RAW := $$(call FindFiles, $$($1_SRC))
   227   $1_ALL_SRC_RAW := $$(call FindFiles, $$($1_SRC))
   228   $1_ALL_SRCS := $$($1_EXTRA_FILES) \
   228   $1_ALL_SRCS := $$($1_EXTRA_FILES) \
   229       $$(foreach d, $$($1_SRC), $$(filter $$d%, $$($1_ALL_SRC_RAW)))
   229       $$(foreach d, $$($1_SRC), $$(filter $$d%, $$($1_ALL_SRC_RAW)))
   230 
   230