Differences From Artifact [e21d739f84]:
- Executable file
tk/build.sh
— part of check-in
[84e5f3847a]
at
2011-03-16 17:23:07
on branch trunk
— Updated to pull tarballs from Fossil rather than zip files, as these preserve executable permissions
Updated to pull Tcl and Tk from "core.tcl.tk" rather than from local mirror (user: rkeene, size: 5880) [annotate] [blame] [check-ins using]
To Artifact [b1fd7e8b36]:
- Executable file
tk/build.sh
— part of check-in
[f892d49db3]
at
2011-04-15 20:38:06
on branch trunk
— Updated to pull "tclconfig" and "thread" from core.tcl.tk
Updated to download CVS/Fossil into a temporary directory (user: rkeene, size: 5786) [annotate] [blame] [check-ins using]
︙ | |||
40 41 42 43 44 45 46 | 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 | + - - + + + + + - - - - - - - + - - + + - | CVSTAG="trunk" fi export CVSTAG ( cd src || exit 1 workdir="tmp-$$${RANDOM}${RANDOM}${RANDOM}" |
︙ |