ips/.vscode/dryrun.log

8 lines
271 B
Text

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