From bd7467ddb60c3598d7b2a99dfa89b89c5a0653e7 Mon Sep 17 00:00:00 2001 From: James Zern Date: Sun, 23 Feb 2014 16:29:55 -0800 Subject: [PATCH] rtcd.sh: sort functions by name this will aid in output comparison with other generation systems Change-Id: Ifb66321e45ab9fdd9eaeb5e0ea8b3d0632efe7ce --- build/make/rtcd.sh | 1 + 1 file changed, 1 insertion(+) 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) -- 2.40.0