Overview
| Comment: | Removed extraneous comments | 
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive | 
| Timelines: | family | ancestors | descendants | both | trunk | 
| Files: | files | file ages | folders | 
| SHA1: | 
0219f6fd489b0395e904401b3aed2f97 | 
| User & Date: | rkeene on 2014-05-19 03:28:45 | 
| Other Links: | manifest | tags | 
Context
| 
   2014-05-19 
 | ||
| 03:29 | Tidied up some things check-in: 9357d3709b user: rkeene tags: trunk | |
| 03:28 | Removed extraneous comments check-in: 0219f6fd48 user: rkeene tags: trunk | |
| 00:53 | Upgraded to tcc4tcl 0.11 check-in: 84f9cf17ad user: rkeene tags: trunk | |
Changes
Modified server/buildpkgs/tcc4tcl/build.sh from [a0c7879361] to [0c0c615bac].
| ︙ | ︙ | |||
9 10 11 12 13 14 15  | # Load common functions source ../common.sh # Do not build if the "tcl" platform has been requested not_platforms 'tcl'  | < < <  | 9 10 11 12 13 14 15 16 17 18 19 20 21 22  | # Load common functions source ../common.sh # Do not build if the "tcl" platform has been requested not_platforms 'tcl' # Download source download_src # Extract package ( rm -rf build mkdir build  | 
| ︙ | ︙ |