NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/60324 CVS commit: src



The following reply was made to PR lib/60324; it has been noted by GNATS.

From: "Robert Elz" <kre%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/60324 CVS commit: src
Date: Wed, 8 Jul 2026 04:10:14 +0000

 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.
 



Home | Main Index | Thread Index | Old Index