cvs commit: src Makefile.inc1 src/share/mk bsd.info.mk
Ruslan Ermilov
ru at FreeBSD.org
Thu Nov 3 00:56:41 PST 2005
ru 2005-11-03 08:56:39 UTC
FreeBSD src repository
Modified files:
. Makefile.inc1
share/mk bsd.info.mk
Log:
Serialize access to the info/dir file; needed for parallel installs.
Reported by: scottl
I'm not very fond of using the non-standard lockf(1) here, but I
have no better idea at the moment. NetBSD uses ln(1) to create a
lock file, but this approach can result in a deadlock if make is
interrupted, leaving an orphaned lock file.
Revision Changes Path
1.514 +1 -1 src/Makefile.inc1
1.72 +1 -0 src/share/mk/bsd.info.mk
More information about the cvs-src
mailing list