make/Bundles.gmk
changeset 47253 92fd0e04e0e1
parent 47217 72e3ae9a25eb
child 47314 743814386712
equal deleted inserted replaced
47252:fdac20095dff 47253:92fd0e04e0e1
    54 
    54 
    55   $$(foreach d, $$($1_BASE_DIRS), \
    55   $$(foreach d, $$($1_BASE_DIRS), \
    56     $$(eval $1_$$d_RELATIVE_FILES := $$$$(patsubst $$d/%, %, \
    56     $$(eval $1_$$d_RELATIVE_FILES := $$$$(patsubst $$d/%, %, \
    57         $$$$(filter $$d/%, $$$$($1_FILES)))) \
    57         $$$$(filter $$d/%, $$$$($1_FILES)))) \
    58     $$(eval $1_$$d_LIST_FILE := \
    58     $$(eval $1_$$d_LIST_FILE := \
    59         $(SUPPORT_OUTPUTDIR)/bundles/_$1_$$$$(subst /,_,$$$$(patsubst $(OUTPUT_ROOT)/%,%,$$d)_files)) \
    59         $(SUPPORT_OUTPUTDIR)/bundles/_$1_$$$$(subst /,_,$$$$(patsubst $(OUTPUTDIR)/%,%,$$d)_files)) \
    60   )
    60   )
    61 
    61 
    62   ifneq ($$(filter %.tar.gz, $$($1_BUNDLE_NAME)), )
    62   ifneq ($$(filter %.tar.gz, $$($1_BUNDLE_NAME)), )
    63     $1_TYPE := tar.gz
    63     $1_TYPE := tar.gz
    64   else ifneq ($$(filter %.zip, $$($1_BUNDLE_NAME)), )
    64   else ifneq ($$(filter %.zip, $$($1_BUNDLE_NAME)), )