8055191: Split GensrcProperties.gmk into separate modules
Reviewed-by: tbell
This commit is contained in:
parent
ffbd381c8c
commit
318f1da1b6
@ -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
|
||||
|
||||
################################################################################
|
||||
|
Loading…
Reference in New Issue
Block a user