Source-Changes archive

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

CVS commit: src/sys/arch/i386/stand



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.




Home | Main Index | Thread Index | Old Index