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/output.h

    r3244 r3432  
    6060#endif
    6161    unsigned int syncout:1;     /* True if we want to synchronize output.  */
     62#ifdef KMK
     63    unsigned int dont_truncate:1; /* For die_with_child_output repeat.  */
     64#endif
    6265 };
    6366
Note: See TracChangeset for help on using the changeset viewer.