xuxin930 opened a new pull request, #10973: URL: https://github.com/apache/nuttx/pull/10973
## Summary the `P` option is not a POSIX standard and will not perform the replace operation, this will cause the size of the target static library to become larger. let's workaround using other implementaion in the Application.mk of apps in https://github.com/apache/nuttx-apps/pull/2138 the new implementation defines `AROJBS`, which is a renamed object file participating in the archive. so these files need to be deleted in the `CLEAN` macro. ## Impact Depends on (merge after): https://github.com/apache/nuttx-apps/pull/2138 ## Testing CI Build -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org