On Thu, Oct 22, 2015 at 04:58:10PM +0200, Ricardo Wurmus wrote: > I don’t know why. Do you have any ideas?
No idea. Your initial patch
+ (replace 'check
+ (lambda _ (zero? (system* "make" "check-target-libjava"))))
looks a lot like the check build phase of gnu-build-system:
(zero? (apply system* "make" test-target
`(,@(if parallel-tests?
`("-j" ,(number->string (parallel-job-count)))
'())
,@make-flags)))
Besides the parallelism, the only difference could be in the make-flags.
Andreas
