< prev index next >

make/Bundles.gmk

Print this page

        

*** 53,63 **** define SetupBundleFileBody $$(foreach d, $$($1_BASE_DIRS), \ $$(eval $1_$$d_RELATIVE_FILES := $$$$(patsubst $$d/%, %, \ $$$$(filter $$d/%, $$$$($1_FILES)))) \ ! $$(eval $1_$$d_LIST_FILE := $(SUPPORT_OUTPUTDIR)/bundles/_$1_$$$$(subst /,_,$$d_files)) \ ) ifneq ($$(filter %.tar.gz, $$($1_BUNDLE_NAME)), ) $1_TYPE := tar.gz else ifneq ($$(filter %.zip, $$($1_BUNDLE_NAME)), ) --- 53,64 ---- define SetupBundleFileBody $$(foreach d, $$($1_BASE_DIRS), \ $$(eval $1_$$d_RELATIVE_FILES := $$$$(patsubst $$d/%, %, \ $$$$(filter $$d/%, $$$$($1_FILES)))) \ ! $$(eval $1_$$d_LIST_FILE := \ ! $(SUPPORT_OUTPUTDIR)/bundles/_$1_$$$$(subst /,_,$$$$(patsubst $(TOPDIR)/%,%,$$d)_files)) \ ) ifneq ($$(filter %.tar.gz, $$($1_BUNDLE_NAME)), ) $1_TYPE := tar.gz else ifneq ($$(filter %.zip, $$($1_BUNDLE_NAME)), )
< prev index next >