]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/strip
core158: Ship sshd_config
[people/pmueller/ipfire-2.x.git] / lfs / strip
index 084082e7b17ded779b8c58f78cd8b906787ed553..48e698a7cfecbd4c08210da59271a67248102644 100644 (file)
--- a/lfs/strip
+++ b/lfs/strip
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007  Michael Tremer & Christian Schmidt                      #
+# Copyright (C) 2007-2018  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -36,6 +36,7 @@ ifeq "$(TOOLCHAIN)" "1"
 else
        SHELL = $(TOOLS_DIR)/bin/bash
        STRIP = $(TOOLS_DIR)/bin/strip
+       ROOT = /
 endif
 
 ###############################################################################
@@ -58,6 +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