X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fstrip;fp=lfs%2Fstrip;h=c0da4d3df7f8507d574c34597636f73dad8a381c;hb=65998e0a05463089cb7f6ad29baba5f9ed4fbc69;hp=92e6522399230465334fcdf45916cb0ae29ab274;hpb=231048413ceb290dacedb62a38063e7079d9ef56;p=people%2Fteissler%2Fipfire-2.x.git diff --git a/lfs/strip b/lfs/strip index 92e652239..c0da4d3df 100644 --- a/lfs/strip +++ b/lfs/strip @@ -63,7 +63,7 @@ ifeq "$(LFS_PASS)" "install" # Don't use --strip-all on libraries, or they'll be destroyed. Don't use --strip-unneeded, either. -/tools/bin/find /lib /usr/lib /usr/share/rrdtool-* /install/initrd/lib \ -type f \( -name '*.so' -o -name '*.so[\.0-9]*' \) \ - -exec /tools/bin/strip --strip-debug {} \; #2>/dev/null + -exec /tools/bin/strip --strip-debug {} \; 2>/dev/null -/tools/bin/strip --strip-all /{,usr/}{,local/}{bin,sbin}/* /install/{initrd,misc}/bin/* -/tools/bin/strip --strip-all /usr/lib/awk/{grcat,pwcat}