mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 23:44:17 +08:00
Create target directory in fstools to workaround use of target/release/cookbook_redoxer
This commit is contained in:
parent
c766c8cf00
commit
8a81e1f82c
@ -14,10 +14,11 @@ else
|
||||
rm -rf $@ $@.partial
|
||||
mkdir -p $@.partial
|
||||
ln -sr recipes $@.partial/recipes
|
||||
ln -sr $@-target $@.partial/target
|
||||
|
||||
# Install cookbook, installer, and redoxfs for host (may be outside of podman container)
|
||||
#TODO: Build and install installer and redoxfs using cookbook?
|
||||
export CARGO_TARGET_DIR=$@-target && \
|
||||
export CARGO_TARGET_DIR=$@.partial/target && \
|
||||
$(HOST_CARGO) install --root $@.partial --path . && \
|
||||
cd $@.partial && \
|
||||
./bin/repo fetch installer redoxfs && \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user