shithub: libvpx

Download patch

ref: dfc888f1f8b5c76139b6126996d117853ceb16f9
parent: 89ee460ee4cebcef775109d8267d5475d03408db
parent: 0f96f02b94a3533a52bbe99fb57a7ebb6873b596
author: James Zern <jzern@google.com>
date: Fri Feb 27 05:59:59 EST 2015

Merge "use LC_ALL=C to sort libvpx_*srcs.txt"

--- a/libs.mk
+++ b/libs.mk
@@ -179,7 +179,7 @@
 # based build systems.
 libvpx_srcs.txt:
 	@echo "    [CREATE] $@"
-	@echo $(CODEC_SRCS) | xargs -n1 echo | sort -u > $@
+	@echo $(CODEC_SRCS) | xargs -n1 echo | LC_ALL=C sort -u > $@
 CLEAN-OBJS += libvpx_srcs.txt
 
 
@@ -356,7 +356,7 @@
 
 libvpx_test_srcs.txt:
 	@echo "    [CREATE] $@"
-	@echo $(LIBVPX_TEST_SRCS) | xargs -n1 echo | sort -u > $@
+	@echo $(LIBVPX_TEST_SRCS) | xargs -n1 echo | LC_ALL=C sort -u > $@
 CLEAN-OBJS += libvpx_test_srcs.txt
 
 $(LIBVPX_TEST_DATA): $(SRC_PATH_BARE)/test/test-data.sha1