Re: [PATCH] Replace usage of ar with stored library manifest files

2025-01-21 Thread Mark Wielaard
Hi Michael, On Mon, 2025-01-13 at 23:56 +, Michael Pratt wrote: > The ar program is called to assemble a list of objects > within each archive to assist in building combined libraries, > however make already has this information > when processing the subdirectory for that respective library. >

[PATCH] Replace usage of ar with stored library manifest files

2025-01-13 Thread Michael Pratt
The ar program is called to assemble a list of objects within each archive to assist in building combined libraries, however make already has this information when processing the subdirectory for that respective library. The list can be saved in a "manifest" file instead of being generated whenever