X-Git-Url: http://git.ipfire.org/?p=people%2Fteissler%2Fipfire-2.x.git;a=blobdiff_plain;f=lfs%2Fstrip;fp=lfs%2Fstrip;h=92e6522399230465334fcdf45916cb0ae29ab274;hp=a3e437e327533d246eb609bb5a108662924ba66a;hb=22b9e4059558d56fd084e768e21713218db94365;hpb=edd536b61215b7bd9f88b0de8b10de6bc1f5ba29 diff --git a/lfs/strip b/lfs/strip index a3e437e32..92e652239 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_DIR)/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}