]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/strip
toolchain: Do not attempt to strip anything in /dev, /proc, /sys and /tmp
[ipfire-2.x.git] / lfs / strip
index 63e90fed2534a64f5264b54dd9c5a3352068f3d7..48e698a7cfecbd4c08210da59271a67248102644 100644 (file)
--- a/lfs/strip
+++ b/lfs/strip
@@ -59,7 +59,15 @@ $(TARGET) :
        # Don't strip VDR binaries, because they use a weird plugin system
        # which does not work when unneeded symbols get stripped from
        # /usr/sbin/vdr.
-       STRIP=$(STRIP) $(SHELL) $(DIR_SRC)/src/stripper $(ROOT) \
-               --exclude=/usr/src --exclude=$(TOOLS_DIR) \
-               --exclude=/usr/sbin/vdr --exclude=/usr/lib/vdr \
+       STRIP=$(STRIP) $(SHELL) $(DIR_SRC)/src/stripper \
+               $(ROOT) \
+               --exclude=$(TOOLS_DIR) \
+               --exclude=/dev \
+               --exclude=/proc \
+               --exclude=/sys \
+               --exclude=/tmp \
+               --exclude=/usr/src \
+               --exclude=/usr/lib/vdr \
+               --exclude=/usr/sbin/vdr \
+               --exclude=/var/tmp \
                --exclude=/usr/lib/go