Differences From Artifact [d97895eb69]:
- Executable file server/buildpkgs/build_all.sh — part of check-in [d9990833ed] at 2011-03-30 16:07:17 on branch trunk — Added DBUS-Tcl Updated build_all to allow only building some Updated build_all to build Tcl 8.5 by default Updated the "dict" package to not attempt to build if not using Tcl 8.4 (user: rkeene, size: 4926) [annotate] [blame] [check-ins using]
To Artifact [4d38f54be3]:
- Executable file server/buildpkgs/build_all.sh — part of check-in [8fc5835c15] at 2011-03-30 16:42:10 on branch trunk — Fixed bug in forcing platform (user: rkeene, size: 4925) [annotate] [blame] [check-ins using]
︙ | |||
125 126 127 128 129 130 131 | 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 | - + | unset ADDFLAGS export TCLBUILDDIR TCLCONFIGDIR TCLPRIVATE CFLAGS CPPFLAGS fi # Determine platform if [ -z "${FORCE_PLATFORM}" ]; then PLATFORM="$(./platform)" |
︙ |