Don't write o-boot files in Interactive mode
We should not be producing object files when in interactive mode but we still produced the dummy o-boot files. These never made it into a `Linkable` but then confused the recompilation checker. Fixes #22669
Please register or sign in to comment