Update coreutils
This commit is contained in:
parent
c85d1270c5
commit
6fb9ac1ecc
2
Makefile
2
Makefile
|
@ -247,7 +247,7 @@ qemu: build/harddrive.bin
|
||||||
$(QEMU) $(QEMUFLAGS) -drive file=$<,format=raw
|
$(QEMU) $(QEMUFLAGS) -drive file=$<,format=raw
|
||||||
|
|
||||||
qemu_extra: build/harddrive.bin
|
qemu_extra: build/harddrive.bin
|
||||||
dd if=/dev/zero of=build/extra.bin bs=1G count=8
|
if [ ! -e build/extra.bin ]; then dd if=/dev/zero of=build/extra.bin bs=1M count=1024; fi
|
||||||
$(QEMU) $(QEMUFLAGS) -drive file=$<,format=raw -drive file=build/extra.bin,format=raw
|
$(QEMU) $(QEMUFLAGS) -drive file=$<,format=raw -drive file=build/extra.bin,format=raw
|
||||||
|
|
||||||
qemu_no_build:
|
qemu_no_build:
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 947fffa181b515ba23210190fc6dcde98aaf9c1c
|
Subproject commit c66228c7b069fbffca163dfb64d17b7323c6c269
|
Loading…
Reference in a new issue