|
@@ -47,7 +47,7 @@ squashfsroot: host-fakeroot makedevs squashfs
|
|
-@find $(TARGET_DIR) -type f -perm +111 | xargs $(STRIP) 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/man
|
|
@rm -rf $(TARGET_DIR)/usr/info
|
|
@rm -rf $(TARGET_DIR)/usr/info
|
|
- -/sbin/ldconfig -r $(TARGET_DIR) 2>/dev/null
|
|
|
|
|
|
+ $(TARGET_LDCONFIG) -r $(TARGET_DIR) 2>/dev/null
|
|
# Use fakeroot to pretend all target binaries are owned by root
|
|
# Use fakeroot to pretend all target binaries are owned by root
|
|
rm -f $(STAGING_DIR)/_fakeroot.$(notdir $(SQUASHFS_TARGET))
|
|
rm -f $(STAGING_DIR)/_fakeroot.$(notdir $(SQUASHFS_TARGET))
|
|
touch $(STAGING_DIR)/.fakeroot.00000
|
|
touch $(STAGING_DIR)/.fakeroot.00000
|