make/Bundles.gmk
branchihse-targettest-branch
changeset 57147 b97267cc61d9
parent 57145 ceaa243112bd
equal deleted inserted replaced
57146:356362ec1b58 57147:b97267cc61d9
    33 DOCS_TARGETS :=
    33 DOCS_TARGETS :=
    34 
    34 
    35 # On Windows tar frequently complains that "file changed as we read it" for
    35 # On Windows tar frequently complains that "file changed as we read it" for
    36 # some random source files. This seems to be cause by anti virus scanners and
    36 # some random source files. This seems to be cause by anti virus scanners and
    37 # is most likely safe to ignore. When it happens, tar returns '1'.
    37 # is most likely safe to ignore. When it happens, tar returns '1'.
    38 ifeq ($(isBuildOs, windows), true)
    38 ifeq ($(call isBuildOs, windows), true)
    39   TAR_IGNORE_EXIT_VALUE := || test "$$$$?" = "1"
    39   TAR_IGNORE_EXIT_VALUE := || test "$$$$?" = "1"
    40 endif
    40 endif
    41 
    41 
    42 # Hook to include the corresponding custom file, if present.
    42 # Hook to include the corresponding custom file, if present.
    43 $(eval $(call IncludeCustomExtension, Bundles-pre.gmk))
    43 $(eval $(call IncludeCustomExtension, Bundles-pre.gmk))