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: | 8fc5835c1528da5dfac68d4ec808c4d4141b45d1 |
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 125 unset ADDFLAGS 126 126 export TCLBUILDDIR TCLCONFIGDIR TCLPRIVATE CFLAGS CPPFLAGS 127 127 fi 128 128 129 129 # Determine platform 130 130 if [ -z "${FORCE_PLATFORM}" ]; then 131 131 PLATFORM="$(./platform)" 132 - export PLATFORM 133 132 else 134 133 PLATFORM="${FORCE_PLATFORM}" 135 134 fi 135 +export PLATFORM 136 136 137 137 # Build all appropriate directories 138 138 faileddirs="" 139 139 if [ -z "${DIRS}" ]; then 140 140 DIRS="`echo */`" 141 141 PKGHASHCODE='' 142 142 else