cyrusimap / cassandane

Other
6 stars 11 forks source link

make the syntax check part of 'make' parallelable #95

Closed elliefm closed 3 years ago

elliefm commented 3 years ago

"make" in cassandane is ridiculously slow because it syntax checks all the perl files sequentially (it's implemented as a bunch of sh in the Makefile)

It'd be nice to convert this into proper make rules so we can get the benefit from running it with -j4 or whatever on multicure machines