summaryrefslogtreecommitdiffstats
path: root/make/cramfsroot.mk
diff options
context:
space:
mode:
Diffstat (limited to 'make/cramfsroot.mk')
-rw-r--r--make/cramfsroot.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/cramfsroot.mk b/make/cramfsroot.mk
index 2de865a93..29ac4787d 100644
--- a/make/cramfsroot.mk
+++ b/make/cramfsroot.mk
@@ -36,7 +36,7 @@ cramfs-dirclean:
#############################################################
cramfsroot: cramfs
- -@find $(TARGET_DIR)/lib -type f -name \*.so\* | xargs $(STRIP) --strip-unneeded 2>/dev/null || true;
+ #-@find $(TARGET_DIR)/lib -type f -name \*.so\* | xargs $(STRIP) --strip-unneeded 2>/dev/null || true;
-@find $(TARGET_DIR) -type f -perm +111 | xargs $(STRIP) 2>/dev/null || true;
@rm -rf $(TARGET_DIR)/usr/man
@rm -rf $(TARGET_DIR)/usr/info