summaryrefslogtreecommitdiffstats
path: root/rules/post/cleanup.make
diff options
context:
space:
mode:
Diffstat (limited to 'rules/post/cleanup.make')
-rw-r--r--rules/post/cleanup.make4
1 files changed, 4 insertions, 0 deletions
diff --git a/rules/post/cleanup.make b/rules/post/cleanup.make
index 55abf33..95d3b63 100644
--- a/rules/post/cleanup.make
+++ b/rules/post/cleanup.make
@@ -9,6 +9,10 @@ $(STATEDIR)/world.cleanup: $(STATEDIR)/world.targetinstall
"$(PTXCONF_SYSROOT_CROSS)/"*/bin/ \
-type f \( -executable -o -name "*.so*" \) \
| xargs -n1 --verbose strip || true
+ find \
+ "$(PTXCONF_SYSROOT_CROSS)/" \
+ -type f \( -executable -o -name "*.so*" \) \
+ | xargs chrpath -k -d 2>/dev/null || true
@$(call touch)
world: $(STATEDIR)/world.cleanup