Differences From Artifact [b4f11c7a4a]:
- Executable file thread/build.sh — part of check-in [f98161eeb1] at 2015-03-31 00:31:39 on branch Thread272 — Upgrade the Thread package to version 2.7.2. (user: mistachkin, size: 3853) [annotate] [blame] [check-ins using] [more...]
To Artifact [7585e00eba]:
- Executable file thread/build.sh — part of check-in [6f9977f121] at 2016-02-24 19:38:52 on branch trunk — Updated to use common download infrastructure (user: rkeene, size: 3804) [annotate] [blame] [check-ins using]
︙ | |||
54 55 56 57 58 59 60 | 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 | - - + - | exit 1 ) || exit 0 if [ ! -f "${SRC}" ]; then mkdir 'src' >/dev/null 2>/dev/null if [ ! -d 'buildsrc' ]; then |
︙ |