Ignore:
Timestamp:
Sep 1, 2020, 3:17:57 PM (5 years ago)
Author:
bird
Message:

kmk: Quick output hack to repeat the failure output at the end of die() as it may easily get lost in output from other jobs (problem on systems with lots of cores).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/makeint.h

    r3389 r3432  
    663663
    664664void die (int) __attribute__ ((noreturn));
     665void die_with_job_output (int, struct output *) __attribute__ ((noreturn));
    665666void pfatal_with_name (const char *) __attribute__ ((noreturn));
    666667void perror_with_name (const char *, const char *);
Note: See TracChangeset for help on using the changeset viewer.