You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ make check
(wait) compile_and_link: x86_64-apple-darwin/test/coretest.stage2-x86_64-apple-darwin *** build error of some sort...
Then I want to run the command that failed by itself, but I don't have it; I can either remember what it is, or run VERBOSE=1 make check and wait. It would be nice if a build failure printed out just the command line that caused the last error. I could run with VERBOSE all the time, but that does get very verbose.