Subject: CVS commit: sharesrc/share/mk
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 08/24/2002 16:12:39
Module Name: sharesrc
Committed By: lukem
Date: Sat Aug 24 13:12:39 UTC 2002
Modified Files:
sharesrc/share/mk: bsd.kinc.mk bsd.links.mk
Log Message:
don't bother with "rm -f $$t" before ${INSTALL_LINK} or ${INSTALL_SYMLINK},
as they default to using install(1) -r.
the rm can cause problems in certain situations, such as moving a library or
shared linker that install(1) depends upon to another location and replacing
it with a (sym)link.
To generate a diff of this commit:
cvs rdiff -r1.22 -r1.23 sharesrc/share/mk/bsd.kinc.mk
cvs rdiff -r1.19 -r1.20 sharesrc/share/mk/bsd.links.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.