jcubic / Clarity

Customizable Monoshape Vector Icon Theme for GTK+

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fails to build with multiple jobs (-j4)

boenki opened this issue · comments

I get random errors when compiling with -j4.
However -j1 works.

I'm not sure what -j4 suppose to do? Makefile just loop over files and use sed to update the icons It's like single long Linux command. I think this type of stuff is only for parallel compilation in C where you have multiple source files and they can produce object files in parallel and don't affect each other.