Differences From Artifact [9c84b59feb]:
- Executable file
memchan/build.sh
— part of check-in
[a66d18a60b]
at
2010-09-26 04:37:10
on branch trunk
— Updated to build shared objects of Mk4tcl and Tclvfs
Added memchan package (needed for tclvfs) (user: rkeene, size: 1238) [annotate] [blame] [check-ins using]
To Artifact [f18a3d8d1a]:
- Executable file memchan/build.sh — part of check-in [db6bac1cb3] at 2010-09-26 04:37:18 on branch trunk — Corrected typo (user: rkeene, size: 1241) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
8 9 10 11 12 13 14 | if [ -z "${TCLVERS}" ]; then echo 'ERROR: The TCLVERS environment variable is not set' >&2 exit 1 fi MEMCHANVERS="2.2.1" | | | 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | if [ -z "${TCLVERS}" ]; then echo 'ERROR: The TCLVERS environment variable is not set' >&2 exit 1 fi MEMCHANVERS="2.2.1" SRC="src/memchan-${MEMCHANVERS}.tar.gz" SRCURL="http://sourceforge.net/projects/memchan/files/memchan/${MEMCHANVERS}/memchan-${MEMCHANVERS}.tar.gz/download" BUILDDIR="$(pwd)/build/memchan-${MEMCHANVERS}" OUTDIR="$(pwd)/out" INSTDIR="$(pwd)/inst" export MEMCHANVERS SRC SRCURL BUILDDIR OUTDIR INSTDIR rm -rf 'build' 'out' 'inst' |
︙ | ︙ |