summaryrefslogtreecommitdiffstats
path: root/bootstrap
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2014-04-23 14:31:55 +1000
committerChris Johns <chrisj@rtems.org>2014-04-23 14:32:34 +1000
commitb74c9cfb7687e7820c94469e23c94b0fb37d6928 (patch)
treef41d64a6c7b0797e96ded33d92b301ca82b04a8e /bootstrap
parentshsim: Correct linking for C++ (diff)
downloadrtems-b74c9cfb7687e7820c94469e23c94b0fb37d6928.tar.bz2
bootstrap: Sort the contents of the prinstall.am files.
Sorting removed the variations across different host operating systems and file systems.
Diffstat (limited to '')
-rwxr-xr-xbootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index 4226313460..e9cb851779 100755
--- a/bootstrap
+++ b/bootstrap
@@ -42,7 +42,7 @@ AC_DEFUN([RTEMS_CHECK_BSPDIR],
case "\$1" in
EOF
-for i in */bsp_specs; do
+for i in `LANG=C LC_COLLATE=C ls */bsp_specs | sort`; do
d=`dirname $i`
cat << EOF >> acinclude.m4~
$d )