Use a local write_mfs_in_kernel.c instead of the one in ncvs/src/release

which is likely to be removed shortly, after repo-copying it from
there.
This commit is contained in:
Josef Karthauser 2001-11-20 01:00:52 +00:00
parent 136b546adf
commit 0dec49d17a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=86634

View file

@ -762,7 +762,7 @@ fill_floppy_image() {
(
cd ${BUILDDIR}
cc -o wmk ${PICO_TREE}/../write_mfs_in_kernel.c
cc -o wmk ${PICO_TREE}/build/write_mfs_in_kernel.c
log "Preload kernel with file ${c_fs}"
./wmk kernel ${c_fs}
rm wmk