8171167: Build fails in Mach 5 with "File name too long."
Reviewed-by: tbell
This commit is contained in:
parent
11166cddfd
commit
a7af402b51
@ -55,7 +55,8 @@ 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)) \
|
||||
$$(eval $1_$$d_LIST_FILE := \
|
||||
$(SUPPORT_OUTPUTDIR)/bundles/_$1_$$$$(subst /,_,$$$$(patsubst $(TOPDIR)/%,%,$$d)_files)) \
|
||||
)
|
||||
|
||||
ifneq ($$(filter %.tar.gz, $$($1_BUNDLE_NAME)), )
|
||||
|
Loading…
Reference in New Issue
Block a user