]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blobdiff - lfs/strip
Remove tons of old uClibc/installer system related stuff.
[people/teissler/ipfire-2.x.git] / lfs / strip
index 9c69acad51b32f9e1fc96f7cb120520bb0a0f44e..a383439ae5e76dd74b5a3f31ac9cfe52677b3a04 100644 (file)
--- a/lfs/strip
+++ b/lfs/strip
@@ -46,7 +46,6 @@ md5 :
 ###############################################################################
 
 $(TARGET) :
-ifeq "$(LFS_PASS)" "install"
        # Add -ls before -exec if you want to verify what files are in the path to be stripped
        # A running binary can't be stripped, so use the version from /tools
        # It may fail (signal 11) under circonstance not identified by me (Gilles),
@@ -59,5 +58,3 @@ ifeq "$(LFS_PASS)" "install"
        -/tools/bin/strip --strip-all /{,usr/}{,local/}{bin,sbin}/* /install/{initrd,misc}/bin/* /usr/lib/cyrus/* 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.4/{cc1*,collect2} 2>/dev/null
-endif
-