Skip to content
  • jD91mZM2's avatar
    Fix race condition in parallel Makefile · 123031dc
    jD91mZM2 authored
    Some recipes require the headers, but they don't explicitly say
    so. Parallel make (-j`nproc`) might start compiling the libs when the
    headers aren't done yet.
    123031dc