Differences From Artifact [61a9f12cd8]:
- Executable file clean.sh — part of check-in [26c340d29e] at 2019-08-19 04:51:01 on branch trunk — begin move away from legacy build system (user: lexi, size: 139) [annotate] [blame] [check-ins using]
To Artifact [67375a0380]:
- Executable file clean.sh — part of check-in [34c625a47b] at 2019-08-19 05:42:02 on branch trunk — switch over to new build mechanism and formally deprecate makefiles (user: lexi, size: 138) [annotate] [blame] [check-ins using]
1 1 #!/usr/bin/env bash 2 -. global/common.sh 3 - 4 2 out=${out:-out} 5 3 gen=${gen:-gen} 4 +. global/common.sh 6 5 7 6 say "cleaning libk build artifacts" 8 7 9 8 set -x 10 9 rm -r $out 11 10 rm -r $gen