CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]   2020/01/02 20:50:44

Modified files:
        gnu/usr.bin/binutils-2.17: Makefile.bsd-wrapper 

Log message:
avoid build race condition: our make has an "expensive job" heuristic
which means we do stop creating other jobs as soon as we run something looking
like "make" to avoid unwanted recursion, so you would never hit that.

But in binutils-2.17, the developers changed all/info to do recursive makes
with some of the same dependencies.  Calling both at the same time becomes
an obvious race, and should be fixed for no other reason than correctness.

okay guenther@

Reply via email to