|
@@ -573,12 +573,6 @@ endif
|
|
|
rm -rf $(TARGET_DIR)/usr/doc $(TARGET_DIR)/usr/share/doc
|
|
|
rm -rf $(TARGET_DIR)/usr/share/gtk-doc
|
|
|
-rmdir $(TARGET_DIR)/usr/share 2>/dev/null
|
|
|
-ifeq ($(BR2_PACKAGE_PYTHON_PY_ONLY)$(BR2_PACKAGE_PYTHON3_PY_ONLY),y)
|
|
|
- find $(TARGET_DIR)/usr/lib/ -name '*.pyc' -print0 | xargs -0 rm -f
|
|
|
-endif
|
|
|
-ifeq ($(BR2_PACKAGE_PYTHON_PYC_ONLY)$(BR2_PACKAGE_PYTHON3_PYC_ONLY),y)
|
|
|
- find $(TARGET_DIR)/usr/lib/ -name '*.py' -print0 | xargs -0 rm -f
|
|
|
-endif
|
|
|
$(STRIP_FIND_CMD) | xargs $(STRIPCMD) 2>/dev/null || true
|
|
|
if test -d $(TARGET_DIR)/lib/modules; then \
|
|
|
find $(TARGET_DIR)/lib/modules -type f -name '*.ko' | \
|