Subject: CVS commit: src/sys/arch/i386/stand
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 05/04/2003 06:25:11
Module Name: src
Committed By: lukem
Date: Sun May 4 06:25:11 UTC 2003
Modified Files:
src/sys/arch/i386/stand: Makefile.booters
Log Message:
replace "ln -sf .... $@" with "rm -f $@ && ln -s .... $@"
since the latter works correctly ...
To generate a diff of this commit:
cvs rdiff -r1.47 -r1.48 src/sys/arch/i386/stand/Makefile.booters
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.