Fix mkdir 9p

This commit is contained in:
Ciro Santilli
2018-03-10 14:30:22 +00:00
parent 7630a62b44
commit c4fae264e3

2
build
View File

@@ -110,7 +110,7 @@ fi
cd "${root_dir}/kernel_module"
./make-host.sh -j "$j" clean
mkdir -p 9p
mkdir -p "${root_dir}/9p"
cd "${buildroot_dir}"
# HOST_QEMU_OPTS is a hack that happens to work because the QEMU package luckly uses += at all times.
# It shouldn't be necessary in the first place: https://bugs.busybox.net/show_bug.cgi?id=9936