Differences From Artifact [9f9636ed5a]:
- Executable file tk/build.sh — part of check-in [4c532aef85] at 2010-09-26 04:42:44 on branch trunk — Updated to report failure if building of Tk fails (user: rkeene, size: 2757) [annotate] [blame] [check-ins using]
To Artifact [6f28ed378d]:
- Executable file tk/build.sh — part of check-in [baaf0c5896] at 2010-09-26 04:42:48 on branch trunk — Added back safe successful exits (user: rkeene, size: 2766) [annotate] [blame] [check-ins using]
95 95 rm -rf "${OUTDIR}/lib"/tk*/demos 96 96 97 97 "${STRIP:-strip}" -g "${OUTDIR}"/lib/tk*/*.so >/dev/null 2>/dev/null 98 98 find "${OUTDIR}" -type f -name '*.a' | xargs rm -f >/dev/null 2>/dev/null 99 99 100 100 break 101 101 done 102 + 103 + exit 0 102 104 ) || exit 1 103 105 104 106 exit 0