commit | 5d16faa426b641aefe2d019cbbf76a3d49c4549f | [log] [tgz] |
---|---|---|
author | Rob Landley <rob@landley.net> | Sun Aug 24 22:42:47 2014 -0500 |
committer | Rob Landley <rob@landley.net> | Sun Aug 24 22:42:47 2014 -0500 |
tree | 7bd116008f332480c5d4bd718e2003f0b803eea1 | |
parent | 8f5ad7ef175851a18b35a10707742ff3b3382c7d [diff] |
Fix parallel make not always catching errors before link time. jobs -p removes finished jobs from the list after reporting them once, so we need to record the output and remove duplicates ourselves.