Differences From Artifact [a0c7879361]:
- Executable file server/buildpkgs/tcc4tcl/build.sh — part of check-in [84f9cf17ad] at 2014-05-19 00:53:54 on branch trunk — Upgraded to tcc4tcl 0.11 (user: rkeene, size: 1319) [annotate] [blame] [check-ins using]
To Artifact [0c0c615bac]:
- Executable file server/buildpkgs/tcc4tcl/build.sh — part of check-in [0219f6fd48] at 2014-05-19 03:28:45 on branch trunk — Removed extraneous comments (user: rkeene, size: 1245) [annotate] [blame] [check-ins using]
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