Parallel build match fix

This commit is contained in:
Kevin Tew 2010-11-30 09:33:55 -07:00
parent 8f9a8daa27
commit b212fc9485

View File

@ -28,7 +28,7 @@
(when last ((collects-queue-printer jobqueue) (current-output-port) "made" "~a" cc-name )))]
[else
(match work
[(list (list cc file last) message)
[(list-rest (list cc file last) message)
((collects-queue-append-error jobqueue) cc "making" null "" "" "error")
(eprintf "work-done match cc failed.\n")
(eprintf "trying to match:\n~a\n" (list work msg))])]))