Update cookbook and build cookbook binary
This commit is contained in:
parent
1e269d9fab
commit
0b5de37c1c
2
cookbook
2
cookbook
|
@ -1 +1 @@
|
|||
Subproject commit d4608615ed3220709dc8d760a9d18c62250478fb
|
||||
Subproject commit c1676c3856e134dbe63a10cf6f7c76245868b790
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue