Overview
Comment: | Fixed bug in forcing platform |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
8fc5835c1528da5dfac68d4ec808c4d4 |
User & Date: | rkeene on 2011-03-30 16:42:10 |
Other Links: | manifest | tags |
Context
2011-06-30
| ||
00:29 | Corrected typo check-in: 0fb44ad541 user: rkeene tags: trunk | |
2011-03-30
| ||
16:42 | Fixed bug in forcing platform check-in: 8fc5835c15 user: rkeene tags: trunk | |
16:41 | Updated to Tcllib 1.13 check-in: 36fbce3da1 user: rkeene tags: trunk | |
Changes
Modified server/buildpkgs/build_all.sh from [d97895eb69] to [4d38f54be3].
︙ | ︙ | |||
125 126 127 128 129 130 131 | unset ADDFLAGS export TCLBUILDDIR TCLCONFIGDIR TCLPRIVATE CFLAGS CPPFLAGS fi # Determine platform if [ -z "${FORCE_PLATFORM}" ]; then PLATFORM="$(./platform)" | < > | 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)" else PLATFORM="${FORCE_PLATFORM}" fi export PLATFORM # Build all appropriate directories faileddirs="" if [ -z "${DIRS}" ]; then DIRS="`echo */`" PKGHASHCODE='' else |
︙ | ︙ |