]> granicus.if.org Git - libvpx/commitdiff
rtcd.sh: sort functions by name
authorJames Zern <jzern@google.com>
Mon, 24 Feb 2014 00:29:55 +0000 (16:29 -0800)
committerJames Zern <jzern@google.com>
Fri, 28 Feb 2014 04:03:46 +0000 (20:03 -0800)
this will aid in output comparison with other generation systems

Change-Id: Ifb66321e45ab9fdd9eaeb5e0ea8b3d0632efe7ce

build/make/rtcd.sh

index ed037132af2dc578bca5c601af00eb7c30739894..93c9adcac4c9e2dc2cfbe067a1c831e0bf1ba8c1 100755 (executable)
@@ -333,6 +333,7 @@ EOF
 #
 # Main Driver
 #
+ALL_FUNCS=$(export LC_ALL=C; echo $ALL_FUNCS | tr ' ' '\n' | sort |tr '\n' ' ')
 require c
 case $arch in
   x86)