Differences From Artifact [da20a1a7ee]:
- Executable file clean.sh — part of check-in [b590aba21d] at 2019-08-21 01:20:41 on branch trunk — rename $out build var to $to for nixos compat; refactor announce command to choose a color automatically instead of forcing it to be specified on every command line (user: lexi, size: 142) [annotate] [blame] [check-ins using]
To Artifact [92c5183668]:
- Executable file clean.sh — part of check-in [34059b4bf6] at 2019-08-21 23:35:09 on branch trunk — replace `.` with `source` in shell scripts for compatibility; change `sh` shebangs to use bash instead (user: lexi, size: 147) [annotate] [blame] [check-ins using]
1 1 #!/usr/bin/env bash 2 2 to=${to:-out} 3 3 gen=${gen:-gen} 4 -. global/common.sh 4 +source global/common.sh 5 5 6 6 say "cleaning libk build artifacts" 7 7 8 8 report rm -r $to 9 9 report rm -r $gen