Convert to cookbook based build
This commit is contained in:
parent
9034701e8f
commit
c9950beec2
117 changed files with 246 additions and 6591 deletions
12
Makefile
12
Makefile
|
@ -8,12 +8,8 @@ live: build/livedisk.bin
|
|||
iso: build/livedisk.iso
|
||||
|
||||
clean:
|
||||
cargo clean
|
||||
cargo clean --manifest-path rust/src/libcollections/Cargo.toml
|
||||
cargo clean --manifest-path rust/src/libstd/Cargo.toml
|
||||
cargo clean --manifest-path kernel/Cargo.toml
|
||||
-$(FUMOUNT) build/filesystem/ || true
|
||||
rm -rf initfs/bin
|
||||
rm -rf filesystem/bin filesystem/sbin filesystem/ui/bin
|
||||
rm -rf build
|
||||
|
||||
update:
|
||||
|
@ -35,12 +31,6 @@ include mk/virtualbox.mk
|
|||
# Kernel recipes
|
||||
include mk/kernel.mk
|
||||
|
||||
# Userspace recipes
|
||||
include mk/userspace/mod.mk
|
||||
|
||||
# Documentation
|
||||
include mk/doc.mk
|
||||
|
||||
# Filesystem recipes
|
||||
include mk/initfs.mk
|
||||
include mk/filesystem.mk
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue