[Midnightbsd-cvs] [MidnightBSD/src] 70d0bc: Fix race between prebuilding libsbuf and libgeom
Lucas Holt
noreply at github.com
Sun Nov 22 15:44:59 EST 2020
Branch: refs/heads/master
Home: https://github.com/MidnightBSD/src
Commit: 70d0bc8b10f82be7c444a70235d445ad762a4d35
https://github.com/MidnightBSD/src/commit/70d0bc8b10f82be7c444a70235d445ad762a4d35
Author: Lucas Holt <luke at foolishgames.com>
Date: 2020-11-22 (Sun, 22 Nov 2020)
Changed paths:
M Makefile.inc1
Log Message:
-----------
Fix race between prebuilding libsbuf and libgeom
The latter needs the former, but with a multi-job build on a fast
machine, the race is sometimes lost. This leads to "ld: error: unable to
find library -lsbuf", when linking libgeom.so.
More information about the Midnightbsd-cvs
mailing list