make/ReleaseFile.gmk
changeset 47253 92fd0e04e0e1
parent 44985 54f298f9766a
child 47314 743814386712
equal deleted inserted replaced
47252:fdac20095dff 47253:92fd0e04e0e1
    52   $(call info-file-item, "OS_ARCH", "$(RELEASE_FILE_OS_ARCH)")
    52   $(call info-file-item, "OS_ARCH", "$(RELEASE_FILE_OS_ARCH)")
    53 endef
    53 endef
    54 
    54 
    55 # Param 1 - The file containing the MODULES list
    55 # Param 1 - The file containing the MODULES list
    56 define prepare-info-file
    56 define prepare-info-file
    57   $(call LogInfo, Generating $(patsubst $(OUTPUT_ROOT)/%,%,$@))
    57   $(call LogInfo, Generating $(patsubst $(OUTPUTDIR)/%,%,$@))
    58   $(call MakeDir, $(@D))
    58   $(call MakeDir, $(@D))
    59   $(RM) $@
    59   $(RM) $@
    60 endef
    60 endef
    61 
    61 
    62 define info-file
    62 define info-file