Overview
Comment: | Minor fix of description |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
50d6e30f04f97ea20945325df4cfe262 |
User & Date: | rkeene on 2014-05-17 03:30:48 |
Other Links: | manifest | tags |
Context
2014-05-17
| ||
04:16 | Corrected tcc4tcl package build location check-in: dc0f72598a user: rkeene tags: trunk | |
03:30 | Minor fix of description check-in: 50d6e30f04 user: rkeene tags: trunk | |
2014-05-16
| ||
20:47 | Updated to compile correct directory most of the time check-in: a1e573a7a5 user: rkeene tags: trunk | |
Changes
Modified server/buildpkgs/tcc4tcl/build.sh from [1eec0129af] to [5f9334e71c].
︙ | ︙ | |||
45 46 47 48 49 50 51 | ${MAKE:-make} || exit 1 ${MAKE:-make} install || exit 1 ) || exit 1 # Create metadata | | | 45 46 47 48 49 50 51 52 53 54 | ${MAKE:-make} || exit 1 ${MAKE:-make} install || exit 1 ) || exit 1 # Create metadata ../create_teapot "${PLATDIR}/teapot.txt" "tcc4tcl" "${VERS}" "${SRCURL}" "${PLATFORM}" "Tcl 8.4" "tcc4tcl provides a Tcl binding to the TinyCC compiler. It allows dynamic compilation of C code from within a Tcl interpreter." exit 0 |