Merge branch 'sh/stable-updates'

This commit is contained in:
Paul Mundt
2010-01-18 20:47:37 +09:00
344 changed files with 3142 additions and 2194 deletions

View File

@@ -13,4 +13,4 @@
include/generated/machtypes.h: $(src)/gen-mach-types $(src)/mach-types
@echo ' Generating $@'
$(Q)mkdir -p $(dir $@)
$(Q)$(AWK) -f $^ > $@ || { rm -f $@; /bin/false; }
$(Q)LC_ALL=C $(AWK) -f $^ > $@ || { rm -f $@; /bin/false; }