Kaydet (Commit) 8f480ee6 authored tarafından Andras Timar's avatar Andras Timar

fix racecondition in sdext/source/minimizer/makefile.mk

üst d6dc60ab
...@@ -146,10 +146,13 @@ $(DESCRIPTION_SRC) : description.xml ...@@ -146,10 +146,13 @@ $(DESCRIPTION_SRC) : description.xml
$(COPY) $< $@ $(COPY) $< $@
.ENDIF .ENDIF
$(COMPONENT_DESCRIPTION) : $(DESCRIPTION) $(COMPONENT_DESCRIPTION) : $(MISC)/descriptions
$(MISC)/descriptions : $(DESCRIPTION)
$(COPY) description-en-US.txt $(EXTENSIONDIR) $(COPY) description-en-US.txt $(EXTENSIONDIR)
.IF "$(WITH_LANG)" != "" .IF "$(WITH_LANG)" != ""
$(COPY) $(MISC)/$(EXTENSIONNAME)_in/description-*.txt $(EXTENSIONDIR) $(COPY) $(MISC)/$(EXTENSIONNAME)_in/description-*.txt $(EXTENSIONDIR)
.ENDIF .ENDIF
$(TOUCH) $@
.ENDIF # L10N_framework .ENDIF # L10N_framework
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment