Differences From Artifact [56eddcd606]:
- Executable file tk/build.sh — part of check-in [4b7dc4b29d] at 2010-09-26 04:39:03 on branch trunk — Updated to no longer quote references to MAKE (user: rkeene, size: 1876) [annotate] [blame] [check-ins using]
To Artifact [766aa6ae73]:
- Executable file
tk/build.sh
— part of check-in
[31d4e5f3a4]
at
2010-09-26 04:39:07
on branch trunk
— Installed all packages that come with Tcl
Removed demos from Tk (user: rkeene, size: 1911) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
66 67 68 69 70 71 72 73 74 75 76 77 78 79 | sed 's@ \.\. @ @g' "${pkgIndex}" > "${pkgIndex}.new" mv "${pkgIndex}.new" "${pkgIndex}" done mkdir "${OUTDIR}/lib" || exit 1 cp -r "${INSTDIR}/lib"/tk*/ "${OUTDIR}/lib/" cp -r "${INSTDIR}/lib"/libtk* "${OUTDIR}/lib"/tk*/ strip -g "${OUTDIR}"/lib/tk*/*.so >/dev/null 2>/dev/null break done exit 0 | > | 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 | sed 's@ \.\. @ @g' "${pkgIndex}" > "${pkgIndex}.new" mv "${pkgIndex}.new" "${pkgIndex}" done mkdir "${OUTDIR}/lib" || exit 1 cp -r "${INSTDIR}/lib"/tk*/ "${OUTDIR}/lib/" cp -r "${INSTDIR}/lib"/libtk* "${OUTDIR}/lib"/tk*/ rm -rf "${OUTDIR}/lib"/tk*/demos strip -g "${OUTDIR}"/lib/tk*/*.so >/dev/null 2>/dev/null break done exit 0 |
︙ | ︙ |