]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blobdiff - lfs/strip
Installer lauft durch und IDE Systeme booten :D
[people/teissler/ipfire-2.x.git] / lfs / strip
index a3e437e327533d246eb609bb5a108662924ba66a..92e6522399230465334fcdf45916cb0ae29ab274 100644 (file)
--- 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]*' \) \
        # 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/}{,local/}{bin,sbin}/* /install/{initrd,misc}/bin/*
        -/tools/bin/strip --strip-all /usr/lib/awk/{grcat,pwcat}