Differences From Artifact [80980e80c6]:
- File server/buildpkgs/common.sh — part of check-in [5a1dc6798b] at 2011-07-19 23:32:04 on branch trunk — Added support for using platform::identify Added tdom build support (user: rkeene, size: 2032) [annotate] [blame] [check-ins using]
To Artifact [ad199373ac]:
- File server/buildpkgs/common.sh — part of check-in [fac84a637c] at 2011-07-19 23:58:03 on branch trunk — Updated to include package version in output directory (user: rkeene, size: 2040) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
105 106 107 108 109 110 111 | "${PATCH:-patch}" -p1 < "${patchfile}" ) done done } WORKDIR="${TMPDIR:-/tmp}/tcl-buildpkgs-$$${RANDOM}${RANDOM}${RANDOM}" | | | 105 106 107 108 109 110 111 112 113 114 115 | "${PATCH:-patch}" -p1 < "${patchfile}" ) done done } WORKDIR="${TMPDIR:-/tmp}/tcl-buildpkgs-$$${RANDOM}${RANDOM}${RANDOM}" PLATDIR="$(pwd)/out/${VERS}/${PLATFORM}" export WORKDIR PLATDIR setup_tcl84 |