ips/.vscode/dryrun.log

9 lines
271 B
Text
Raw Normal View History

2022-09-01 19:23:09 -03:00
make --dry-run --always-make --keep-going --print-directory
make: Entering directory '/ws/toast/illumos/rust/ips'
2022-09-01 19:23:09 -03:00
rm -rf target artifacts
cargo build --release
mkdir -p artifacts
cp target/release/pkg6dev artifacts/
make: Leaving directory '/ws/toast/illumos/rust/ips'
2022-09-01 19:23:09 -03:00