# HG changeset patch # User Rob Landley # Date 1257193436 21600 # Node ID a5d7e6ad7aa4f5147217d3e94cdf117b6d9ee26e # Parent b274eb556b50584abff6f0dea2590f2ef00bbf87 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. diff -r b274eb556b50 -r a5d7e6ad7aa4 sources/sections/uClibc.sh --- 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