make/gendata/GendataFontConfig.gmk
changeset 52065 dea8a62cdfc3
parent 50348 008f416a79cb
child 52804 28094715ae71
equal deleted inserted replaced
52064:50ef71b6fd3d 52065:dea8a62cdfc3
    36 	$(call install-file)
    36 	$(call install-file)
    37 
    37 
    38 $(GENDATA_FONT_CONFIG_DST)/%.bfc: \
    38 $(GENDATA_FONT_CONFIG_DST)/%.bfc: \
    39     $(GENDATA_FONT_CONFIG_DATA_DIR)/$(OPENJDK_TARGET_OS).%.properties \
    39     $(GENDATA_FONT_CONFIG_DATA_DIR)/$(OPENJDK_TARGET_OS).%.properties \
    40     $(BUILD_TOOLS_JDK)
    40     $(BUILD_TOOLS_JDK)
    41 	$(MKDIR) -p $(@D)
    41 	$(call MakeTargetDir)
    42 	$(RM) $@
    42 	$(RM) $@
    43 	$(TOOL_COMPILEFONTCONFIG) $< $@
    43 	$(TOOL_COMPILEFONTCONFIG) $< $@
    44 	$(CHMOD) 444 $@
    44 	$(CHMOD) 444 $@
    45 
    45 
    46 
    46