commit | 30ba14d0deaff56a30b97799547ccb90a7dd87b2 | [log] [tgz] |
---|---|---|
author | erikj <none@none> | Thu Feb 21 14:14:59 2013 +0100 |
committer | erikj <none@none> | Thu Feb 21 14:14:59 2013 +0100 |
tree | e47556b1d28212d42a45dab2e1690e9d0e15d642 | |
parent | ea90a3072f08f774fe1479ccd565e0983e1774af [diff] [blame] |
8007387: "sed: RE error: illegal byte sequence" when building images on Mac Reviewed-by: tbell
diff --git a/makefiles/Images.gmk b/makefiles/Images.gmk index 2832267..bb737f8 100644 --- a/makefiles/Images.gmk +++ b/makefiles/Images.gmk
@@ -59,7 +59,7 @@ $(ECHO) $(LOG_INFO) Processing $(patsubst $(OUTPUT_ROOT)/%,%,$@) $(MKDIR) -p $(@D) $(RM) $@ - $(SED) 's/$$//g' $< > $@ + LC_ALL=C $(SED) 's/$$//g' $< > $@ $(CHMOD) 444 $@ endef