Parallel build match fix
This commit is contained in:
parent
8f9a8daa27
commit
b212fc9485
|
@ -28,7 +28,7 @@
|
||||||
(when last ((collects-queue-printer jobqueue) (current-output-port) "made" "~a" cc-name )))]
|
(when last ((collects-queue-printer jobqueue) (current-output-port) "made" "~a" cc-name )))]
|
||||||
[else
|
[else
|
||||||
(match work
|
(match work
|
||||||
[(list (list cc file last) message)
|
[(list-rest (list cc file last) message)
|
||||||
((collects-queue-append-error jobqueue) cc "making" null "" "" "error")
|
((collects-queue-append-error jobqueue) cc "making" null "" "" "error")
|
||||||
(eprintf "work-done match cc failed.\n")
|
(eprintf "work-done match cc failed.\n")
|
||||||
(eprintf "trying to match:\n~a\n" (list work msg))])]))
|
(eprintf "trying to match:\n~a\n" (list work msg))])]))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user