提交 9d4cbfaa 编写于 作者: E erikj

8007387: "sed: RE error: illegal byte sequence" when building images on Mac

Reviewed-by: tbell
上级 f45191d5
...@@ -59,7 +59,7 @@ define process-doc-file ...@@ -59,7 +59,7 @@ define process-doc-file
$(ECHO) $(LOG_INFO) Processing $(patsubst $(OUTPUT_ROOT)/%,%,$@) $(ECHO) $(LOG_INFO) Processing $(patsubst $(OUTPUT_ROOT)/%,%,$@)
$(MKDIR) -p $(@D) $(MKDIR) -p $(@D)
$(RM) $@ $(RM) $@
$(SED) 's/$$//g' $< > $@ LC_ALL=C $(SED) 's/$$//g' $< > $@
$(CHMOD) 444 $@ $(CHMOD) 444 $@
endef endef
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册