CVS commit: src
"Robert Elz" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: src Committed By: kre Date: Wed Jul 8 04:10:14 UTC 2026 Modified Files: src: Makefile Log Message: PR lib/60324 - isolate descent into lib Since no-one seems interested in implementing a better fix than this for the issue in the PR which (sometimes) breaks the builds, simply do the easiest possible thing which will avoid the observed symptoms. Don't allow builds in lib and external to happen in parallel by simply isolating the descent into lib (there is a LOT to do in there). Don't start anything else until that is done. If anyone would like to find a different workable solution than this one, please go ahead. To generate a diff of this commit: cvs rdiff -u -r1.342 -r1.343 src/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.