8055191: Split GensrcProperties.gmk into separate modules

Reviewed-by: tbell
This commit is contained in:
Erik Joelsson 2014-10-16 10:37:03 +02:00
parent ffbd381c8c
commit 318f1da1b6

View File

@ -324,9 +324,10 @@ define DeclareRecipeForModuleMakefile
+($(CD) $$(dir $$(firstword $$(wildcard $$(addsuffix /$$(strip $3)/$$(strip $4)-$$(strip $1).gmk, \
$(MAKE_DIR_LIST))))) \
&& $(MAKE) $(MAKE_ARGS) \
-f $$(strip $4)-$$(strip $1).gmk \
$$(addprefix -I, $$(wildcard $(MAKE_DIR_LIST) \
$$(addsuffix /$$(strip $3), $(MAKE_DIR_LIST)))))
-f $$(strip $4)-$$(strip $1).gmk \
$$(addprefix -I, $$(wildcard $(MAKE_DIR_LIST) \
$$(addsuffix /$$(strip $3), $(MAKE_DIR_LIST)))) \
MODULE=$$(strip $1))
endef
################################################################################