Skip to content
Snippets Groups Projects
Verified Commit 1c4797e1 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Copy relibc artifacts to filesystem

parent 402450e7
No related branches found
No related tags found
No related merge requests found
...@@ -11,6 +11,8 @@ build/filesystem.bin: filesystem.toml build/bootloader build/kernel prefix ...@@ -11,6 +11,8 @@ build/filesystem.bin: filesystem.toml build/bootloader build/kernel prefix
cp $< build/filesystem/filesystem.toml cp $< build/filesystem/filesystem.toml
cp build/bootloader build/filesystem/bootloader cp build/bootloader build/filesystem/bootloader
cp build/kernel build/filesystem/kernel cp build/kernel build/filesystem/kernel
cp -r $(ROOT)/$(PREFIX_INSTALL)/$(TARGET)/include build/filesystem/include
cp -r $(ROOT)/$(PREFIX_INSTALL)/$(TARGET)/lib build/filesystem/lib
export PATH="$(PREFIX_PATH):$$PATH" && \ export PATH="$(PREFIX_PATH):$$PATH" && \
cargo run --manifest-path installer/Cargo.toml --release -- $(INSTALLER_FLAGS) -c $< build/filesystem/ cargo run --manifest-path installer/Cargo.toml --release -- $(INSTALLER_FLAGS) -c $< build/filesystem/
sync sync
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment