public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Michael Tremer <michael.tremer@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH] toolchain: Do not attempt to strip anything in /dev, /proc, /sys and /tmp
Date: Tue, 14 Apr 2020 15:01:00 +0000	[thread overview]
Message-ID: <20200414150101.27682-1-michael.tremer@ipfire.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 876 bytes --]

Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
---
 lfs/strip | 14 +++++++++++---
 1 file changed, 11 insertions(+), 3 deletions(-)

diff --git a/lfs/strip b/lfs/strip
index 08aaee7c4..3d0ede8bd 100644
--- a/lfs/strip
+++ b/lfs/strip
@@ -59,6 +59,14 @@ $(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
-- 
2.20.1


                 reply	other threads:[~2020-04-14 15:01 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200414150101.27682-1-michael.tremer@ipfire.org \
    --to=michael.tremer@ipfire.org \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox