X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fstrip;h=7a3bedac19b96c2399a6078a622fadcaca8a24f2;hb=71e323840bc1da5dbaa3203b0e7051fea8f9b10f;hp=a3e437e327533d246eb609bb5a108662924ba66a;hpb=edd536b61215b7bd9f88b0de8b10de6bc1f5ba29;p=people%2Fpmueller%2Fipfire-2.x.git diff --git a/lfs/strip b/lfs/strip index a3e437e327..7a3bedac19 100644 --- a/lfs/strip +++ b/lfs/strip @@ -63,10 +63,10 @@ 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} - -/tools/bin/strip --strip-all /usr/lib/gcc/*-linux-gnu/4.0.3/{cc1*,collect2} + -/tools/bin/strip --strip-all /{,usr/}{,local/}{bin,sbin}/* /install/{initrd,misc}/bin/* 2>/dev/null + -/tools/bin/strip --strip-all /usr/lib/awk/{grcat,pwcat} 2>/dev/null + -/tools/bin/strip --strip-all /usr/lib/gcc/*-linux-gnu/4.0.3/{cc1*,collect2} 2>/dev/null endif