mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-21 17:52:12 +03:00
Make the dox.sh more verbose
Make easier spot where the errors happen.
This commit is contained in:
committed by
Luca Barbato
parent
2260f0af17
commit
409f648047
@@ -22,13 +22,13 @@ dox() {
|
||||
rm -rf target/doc/$arch
|
||||
mkdir target/doc/$arch
|
||||
|
||||
cargo build --target $target --manifest-path crates/stdsimd/Cargo.toml
|
||||
cargo build --verbose --target $target --manifest-path crates/stdsimd/Cargo.toml
|
||||
|
||||
rustdoc --target $target \
|
||||
rustdoc --verbose --target $target \
|
||||
-o target/doc/$arch crates/coresimd/src/lib.rs \
|
||||
--crate-name coresimd \
|
||||
--library-path target/$target/debug/deps
|
||||
rustdoc --target $target \
|
||||
rustdoc --verbose --target $target \
|
||||
-o target/doc/$arch crates/stdsimd/src/lib.rs \
|
||||
--crate-name stdsimd \
|
||||
--library-path target/$target/debug/deps \
|
||||
|
||||
Reference in New Issue
Block a user