Overview
Comment: | Removed extraneous comments |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: | 0219f6fd489b0395e904401b3aed2f977fe6c03c |
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 9 10 10 # Load common functions 11 11 source ../common.sh 12 12 13 13 # Do not build if the "tcl" platform has been requested 14 14 not_platforms 'tcl' 15 15 16 -# Only build for the following platforms 17 -#only_platforms_regexp '-ix86$' 18 - 19 16 # Download source 20 17 download_src 21 18 22 19 # Extract package 23 20 ( 24 21 rm -rf build 25 22 mkdir build