build - Listing all failed targets -


i'm attempting build large legacy code base has troubles building under new toolchain. in order speed fixing problems, run

make -k 

to build can built, can later focus on unbuildable stuff. single make takes minute figure out next problem work on (this code base uses tangled mess of makefiles take ages parse).

is there way list targets failed during single make -k run?

i'd redirect make -k output file , error patterns in it. use vim , i'm typically looking these:

make:\ \*\*\* \*\*\*\ \[ 

a (custom) log parser can written needed.


Comments

Popular posts from this blog

c# - Store DBContext Log in other EF table -

Nuget pack csproj using nuspec -

javascript - Karma not able to start PhantomJS on Windows - Error: spawn UNKNOWN -