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 96 97 98 99 100 101 102 103 104 | rm -rf "${OUTDIR}/lib"/tk*/demos "${STRIP:-strip}" -g "${OUTDIR}"/lib/tk*/*.so >/dev/null 2>/dev/null find "${OUTDIR}" -type f -name '*.a' | xargs rm -f >/dev/null 2>/dev/null break done ) || exit 1 exit 0 | > > | 95 96 97 98 99 100 101 102 103 104 105 106 | rm -rf "${OUTDIR}/lib"/tk*/demos "${STRIP:-strip}" -g "${OUTDIR}"/lib/tk*/*.so >/dev/null 2>/dev/null find "${OUTDIR}" -type f -name '*.a' | xargs rm -f >/dev/null 2>/dev/null break done exit 0 ) || exit 1 exit 0 |