X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/54da0f9e4ba892d2613d4f0d0c4bf4eecdcfd0a4..1ff42c7bd951e3b7f3c63e3f9e994e3e05199e7e:/obsolete-buildroot/make/squashfsroot.mk diff --git a/obsolete-buildroot/make/squashfsroot.mk b/obsolete-buildroot/make/squashfsroot.mk index 6c66982e2..9d8722e59 100644 --- a/obsolete-buildroot/make/squashfsroot.mk +++ b/obsolete-buildroot/make/squashfsroot.mk @@ -35,7 +35,7 @@ squashfs-dirclean: ############################################################# squashfsroot: squashfs - #-@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) 2>/dev/null || true; #-@find $(TARGET_DIR) -type f -perm +111 | xargs $(STAGING_DIR)/bin/sstrip 2>/dev/null || true; @rm -rf $(TARGET_DIR)/usr/man @rm -rf $(TARGET_DIR)/usr/info