travitch / build-bom

Dynamically discover the commands used to create a piece of software
Apache License 2.0
45 stars 8 forks source link

Provide tmp target for extract objcopy. #39

Closed kquick closed 1 year ago

kquick commented 1 year ago

This avoids objcopy's attempt to rewrite the input object file during extraction, which is both unnecessary, and potentially problematic if the input object file is in an installed location where the current user does not have permissions to write/create files.