Differences From Artifact [f2cbd6ff95]:
- Executable file
tcl/build.sh
— part of check-in
[a0f6913a43]
at
2010-09-26 04:41:48
on branch trunk
— Changed the default action to remove all encodings (except 8)
Removed tcltest package from Tclkit (user: rkeene, size: 2870) [annotate] [blame] [check-ins using]
To Artifact [34c4911af7]:
- Executable file tcl/build.sh — part of check-in [bf4e895d30] at 2010-09-26 04:41:52 on branch trunk — Updated to include all encodings by default, but support including only the 8 from original Tclkit (user: rkeene, size: 2870) [annotate] [blame] [check-ins using]
| ︙ | |||
86 87 88 89 90 91 92 | 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 | - + |
rm -f "${OUTDIR}"/lib/* >/dev/null 2>/dev/null
find "${OUTDIR}" -name '*.a' | xargs rm -f >/dev/null 2>/dev/null
# Clean up packages that are not needed
find "${OUTDIR}" -name "tcltest*" -type d | xargs rm -rf
# Clean up encodings
|
| ︙ |