mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-26 06:44:18 +08:00
Merge branch 'drivers_recipe' into 'master'
Make the drivers and drivers-initfs recipes agnostic to package location See merge request redox-os/cookbook!339
This commit is contained in:
commit
174fc6f9e2
@ -49,7 +49,8 @@ mkdir -pv "${COOKBOOK_STAGE}/bin"
|
||||
for bin in "${BINS[@]}"
|
||||
do
|
||||
"${COOKBOOK_CARGO}" rustc --release \
|
||||
--manifest-path "${COOKBOOK_SOURCE}/${bin}/Cargo.toml" \
|
||||
--manifest-path "${COOKBOOK_SOURCE}/Cargo.toml" \
|
||||
-p "${bin}" \
|
||||
--bin "${bin}" \
|
||||
-- \
|
||||
-C opt-level=s \
|
||||
|
||||
@ -35,7 +35,8 @@ mkdir -pv "${COOKBOOK_STAGE}/bin"
|
||||
for bin in "${BINS[@]}"
|
||||
do
|
||||
"${COOKBOOK_CARGO}" rustc --release \
|
||||
--manifest-path "${COOKBOOK_SOURCE}/${bin}/Cargo.toml" \
|
||||
--manifest-path "${COOKBOOK_SOURCE}/Cargo.toml" \
|
||||
-p "${bin}" \
|
||||
--bin "${bin}" \
|
||||
-- \
|
||||
-C opt-level=s \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user