mirror of
https://git.busybox.net/buildroot.git
synced 2025-01-19 02:43:56 +08:00
remove .a files from lib directories after install
This commit is contained in:
parent
7a15d38e01
commit
1ec48b2e52
@ -231,6 +231,9 @@ $(BUILD_DIR)/%/.stamp_target_installed:
|
||||
rm -rf $(TARGET_DIR)/$$d $(TARGET_DIR)/usr/$$d; \
|
||||
done)
|
||||
find $(TARGET_DIR) -name '*.la' -delete
|
||||
find $(TARGET_DIR)/lib -name '*.a' -delete
|
||||
find $(TARGET_DIR)/usr/lib -name '*.a' -delete
|
||||
|
||||
touch $@
|
||||
|
||||
$(BUILD_DIR)/%/.stamp_cleaned:
|
||||
|
Loading…
Reference in New Issue
Block a user