Fix parallel make not always catching errors before link time.
authorRob Landley <rob@landley.net>
Mon, 25 Aug 2014 03:42:47 +0000 (22:42 -0500)
committerRob Landley <rob@landley.net>
Mon, 25 Aug 2014 03:42:47 +0000 (22:42 -0500)
commit5d16faa426b641aefe2d019cbbf76a3d49c4549f
tree7bd116008f332480c5d4bd718e2003f0b803eea1
parent8f5ad7ef175851a18b35a10707742ff3b3382c7d
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.
scripts/make.sh