Compare commits

..

2 Commits

Author SHA1 Message Date
4lDO2
10c92cef61
Update submodules 2022-04-11 23:14:54 +02:00
4lDO2
34d9d49ae6
Make prefix before other dependencies. 2022-04-11 22:54:05 +02:00
3 changed files with 5 additions and 5 deletions

@ -1 +1 @@
Subproject commit 59a373b438b803e49adba3f7efd9b985d60e3415
Subproject commit ec14ff801c89954196a9d86e4d13176eeb84ab9e

2
kernel

@ -1 +1 @@
Subproject commit 3d21fc6bba7e07e9551a2416d9c2a366eb86ed44
Subproject commit 8f06672153c17fc6b7f9ed5d57a220164360b7e2

View File

@ -1,4 +1,4 @@
build/filesystem.bin: filesystem.toml build/bootloader.bin build/kernel prefix build/initfs.img
build/filesystem.bin: prefix filesystem.toml build/bootloader.bin build/kernel build/initfs.img
cargo build --manifest-path cookbook/Cargo.toml --release
cargo build --manifest-path installer/Cargo.toml --release
cargo build --manifest-path redoxfs/Cargo.toml --release
@ -13,14 +13,14 @@ build/filesystem.bin: filesystem.toml build/bootloader.bin build/kernel prefix b
redoxfs/target/release/redoxfs $@.partial build/filesystem/
sleep 2
pgrep redoxfs
cp -v $< build/filesystem/filesystem.toml
cp -v filesystem.toml build/filesystem/filesystem.toml
cp -v build/bootloader.bin build/filesystem/bootloader
cp -v build/kernel build/filesystem/kernel
mkdir -v build/filesystem/pkg
cp -v cookbook/build/id_ed25519.pub.toml build/filesystem/pkg/id_ed25519.pub.toml
#TODO cp -r $(ROOT)/$(PREFIX_INSTALL)/$(TARGET)/include build/filesystem/include
#TODO cp -r $(ROOT)/$(PREFIX_INSTALL)/$(TARGET)/lib build/filesystem/lib
$(INSTALLER) -c $< build/filesystem/
$(INSTALLER) -c filesystem.toml build/filesystem/
cp build/initfs.img build/filesystem/initfs
sync
-$(FUMOUNT) build/filesystem/ || true