Update cookbook and build cookbook binary

This commit is contained in:
Jeremy Soller 2020-05-25 21:53:12 -06:00
parent 1e269d9fab
commit 0b5de37c1c
No known key found for this signature in database
GPG key ID: E988B49EE78A7FB1
3 changed files with 5 additions and 1 deletions

@ -1 +1 @@
Subproject commit d4608615ed3220709dc8d760a9d18c62250478fb
Subproject commit c1676c3856e134dbe63a10cf6f7c76245868b790

View file

@ -1,4 +1,5 @@
build/filesystem.bin: filesystem.toml build/bootloader build/kernel prefix
cargo build --manifest-path cookbook/Cargo.toml --release
cargo build --manifest-path installer/Cargo.toml --release
cargo build --manifest-path redoxfs/Cargo.toml --release
-$(FUMOUNT) build/filesystem/ || true

View file

@ -1,4 +1,5 @@
build/initfs.tag: initfs.toml prefix
cargo build --manifest-path cookbook/Cargo.toml --release
cargo build --manifest-path installer/Cargo.toml --release
rm -f build/libkernel.a
rm -rf build/initfs
@ -7,6 +8,7 @@ build/initfs.tag: initfs.toml prefix
touch $@
build/initfs_coreboot.tag: initfs_coreboot.toml prefix
cargo build --manifest-path cookbook/Cargo.toml --release
cargo build --manifest-path installer/Cargo.toml --release
rm -f build/libkernel_coreboot.a
rm -rf build/initfs_coreboot
@ -15,6 +17,7 @@ build/initfs_coreboot.tag: initfs_coreboot.toml prefix
touch $@
build/initfs_live.tag: initfs_live.toml prefix
cargo build --manifest-path cookbook/Cargo.toml --release
cargo build --manifest-path installer/Cargo.toml --release
rm -f build/libkernel_live.a
rm -rf build/initfs_live