* [PATCH] toolchain: Do not attempt to strip anything in /dev, /proc, /sys and /tmp
@ 2020-04-14 15:01 Michael Tremer
0 siblings, 0 replies; only message in thread
From: Michael Tremer @ 2020-04-14 15:01 UTC (permalink / raw)
To: development
[-- 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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2020-04-14 15:01 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-14 15:01 [PATCH] toolchain: Do not attempt to strip anything in /dev, /proc, /sys and /tmp Michael Tremer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox