Fix initfs build
parent
a6f7d459d1
commit
fbb975674f
|
@ -3,7 +3,10 @@ $(BUILD_DIR)/filesystem/boot/initfs: $(shell find ./components -type f -not -pat
|
||||||
rm -f $@
|
rm -f $@
|
||||||
make -C tools
|
make -C tools
|
||||||
make -C components
|
make -C components
|
||||||
./tools/bin/redox-initfs-ar --output $@ ./components/build
|
./tools/bin/redox-initfs-ar \
|
||||||
|
./components/build \
|
||||||
|
./components/build/boot/bootstrap \
|
||||||
|
--output $@
|
||||||
|
|
||||||
$(BUILD_DIR)/filesystem/boot/kernel: $(shell find ./kernel -type f -not -path "*/target/*")
|
$(BUILD_DIR)/filesystem/boot/kernel: $(shell find ./kernel -type f -not -path "*/target/*")
|
||||||
@mkdir -p $(BUILD_DIR)/filesystem/boot
|
@mkdir -p $(BUILD_DIR)/filesystem/boot
|
||||||
|
|
Loading…
Reference in New Issue