Subject: CVS commit: sharesrc
To: None <source-changes@netbsd.org>
From: Charles M. Hannum <mycroft@netbsd.org>
List: source-changes
Date: 12/06/2000 00:12:38
Module Name:	sharesrc
Committed By:	mycroft
Date:		Tue Dec  5 22:12:37 UTC 2000

Modified Files:
	sharesrc/share/mk: bsd.lib.mk

Log Message:
When handling ELF library symlinks, rather than removing and recreating the
symlink, instead create a temporary one ending in `.tmp' and `mv -f' it.
This way there is no window where libc isn't loadable (and thus
`make -j 100 install' works for libc).


To generate a diff of this commit:
cvs rdiff -r1.176 -r1.177 sharesrc/share/mk/bsd.lib.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.