planex icon indicating copy to clipboard operation
planex copied to clipboard

Logs from concurrent builds are hard to read

Open euanh opened this issue 9 years ago • 1 comments

Output from different builds is intermingled on the console and in build.log.

  • Make's --output-sync argument will solve this problem on the console. It requires GNU Make 4.0 or later.
  • Logging to per-package log files will solve this problem for build.log and root.log.

euanh avatar Jan 12 '17 11:01 euanh

The first bullet point is now solved

mseri avatar May 03 '17 16:05 mseri