Differences From Artifact [f2da0a5a15]:
- Executable file tclvfs/build.sh — part of check-in [12600639d9] at 2010-09-26 04:48:40 on branch trunk — Added echo lines for every "configure", and "make" (user: rkeene, size: 2413) [annotate] [blame] [check-ins using]
To Artifact [708db71e5e]:
- Executable file tclvfs/build.sh — part of check-in [d57968a24a] at 2010-09-26 04:51:40 on branch trunk — Added patch from "Schelte Bron" <s...@wanadoo.nl> to fix build issue on Mac OS X (user: rkeene, size: 2412) [annotate] [blame] [check-ins using]
︙ | |||
78 79 80 81 82 83 84 | 78 79 80 81 82 83 84 85 86 87 88 89 90 91 | - + | echo "Running: ${MAKE:-make}" ${MAKE:-make} || exit 1 echo "Running: ${MAKE:-make} install" ${MAKE:-make} install mkdir "${OUTDIR}/lib" || exit 1 |