Question
Running multiple builds sequentially
I'd like to find out if there's a way to run multiple builds sequentially. At the moment, when I build a project, I run the build command, wait for it to complete, then make some modifications to the .ld file and run the build again. Everything but the linker file is the same for both builds. I'd like to find out of there's a way to run the build twice, using different .ld files.