Move initfs.mk to a regular cookbook recipe.
This commit is contained in:
parent
63605d1e80
commit
ce83e7b46d
7 changed files with 3 additions and 62 deletions
3
Makefile
3
Makefile
|
@ -32,7 +32,6 @@ pull:
|
|||
|
||||
update:
|
||||
cd cookbook && ./update.sh \
|
||||
"$$(cargo run --manifest-path ../installer/Cargo.toml -- --list-packages -c ../initfs.toml)" \
|
||||
"$$(cargo run --manifest-path ../installer/Cargo.toml -- --list-packages -c ../filesystem.toml)"
|
||||
cargo update --manifest-path cookbook/pkgutils/Cargo.toml
|
||||
cargo update --manifest-path installer/Cargo.toml
|
||||
|
@ -42,7 +41,6 @@ update:
|
|||
fetch:
|
||||
cargo build --manifest-path cookbook/Cargo.toml --release
|
||||
cd cookbook && ./fetch.sh \
|
||||
"$$(cargo run --manifest-path ../installer/Cargo.toml -- --list-packages -c ../initfs.toml)" \
|
||||
"$$(cargo run --manifest-path ../installer/Cargo.toml -- --list-packages -c ../filesystem.toml)"
|
||||
|
||||
# Cross compiler recipes
|
||||
|
@ -52,7 +50,6 @@ include mk/prefix.mk
|
|||
include mk/bootloader.mk
|
||||
|
||||
# Filesystem recipes
|
||||
include mk/initfs.mk
|
||||
include mk/filesystem.mk
|
||||
|
||||
# Disk images
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue