changeset 872:a5d7e6ad7aa4

Mike Frysinger decided that the readelf Erik Anderson wrote was too hard for him to understand, so he removed it from uClibc-git. So we allow the utils rename to fail if components aren't there, and perhaps I'll fork my own copy of readelf and maintain it myself.
author Rob Landley <rob@landley.net>
date Mon, 02 Nov 2009 14:23:56 -0600
parents b274eb556b50
children 53fea19e430a
files sources/sections/uClibc.sh
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/sources/sections/uClibc.sh	Fri Oct 30 03:45:47 2009 -0500
+++ b/sources/sections/uClibc.sh	Mon Nov 02 14:23:56 2009 -0600
@@ -34,7 +34,7 @@
 
 make_uClibc install
 
-# Do we need host or target versions of readelf, ldd, and ldconfig?
+# Do we need host or target versions of ldd and such?
 
 if [ ! -z "$HOST_UTILS" ]
 then
@@ -54,7 +54,7 @@
     mv "${STAGE_DIR}"/{sbin,bin}/ldconfig || dienow
     for i in ldd readelf ldconfig
     do
-      mv "$STAGE_DIR/bin/"{"$i","${PROGRAM_PREFIX}$i"} || dienow
+      mv "$STAGE_DIR/bin/"{"$i","${PROGRAM_PREFIX}$i"}
     done
   fi
 fi