Skip to content

Build failure should print the command line that failed #4696

Closed
@catamorphism

Description

@catamorphism

Far too often, I've done something like:

$ 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    P-lowLow priority

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions