From: James Zern Date: Mon, 24 Feb 2014 00:29:55 +0000 (-0800) Subject: rtcd.sh: sort functions by name X-Git-Tag: v1.4.0~2217^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bd7467ddb60c3598d7b2a99dfa89b89c5a0653e7;p=libvpx rtcd.sh: sort functions by name this will aid in output comparison with other generation systems Change-Id: Ifb66321e45ab9fdd9eaeb5e0ea8b3d0632efe7ce --- diff --git a/build/make/rtcd.sh b/build/make/rtcd.sh index ed037132a..93c9adcac 100755 --- a/build/make/rtcd.sh +++ b/build/make/rtcd.sh @@ -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)