Differences From Artifact [ba99dc5121]:
- Executable file yajltcl/build.sh — part of check-in [eb2922d636] at 2014-12-19 02:08:04 on branch trunk — Added yajltcl support (user: rkeene, size: 4468) [annotate] [blame] [check-ins using]
To Artifact [4f55cc724b]:
- Executable file yajltcl/build.sh — part of check-in [dc8653dae7] at 2014-12-19 02:33:00 on branch trunk — Updated to work correctly with cross-compiling (user: rkeene, size: 4451) [annotate] [blame] [check-ins using] [more...]
︙ | |||
60 61 62 63 64 65 66 | 60 61 62 63 64 65 66 67 68 69 70 71 72 73 | - | cp -rp ../buildsrc/* './' fi # Build YAJL ( cd "${YAJLBUILDDIR}" || exit 1 ./configure -p "$(pwd)/INST" || exit 1 |
︙ |