Differences From Artifact [dd5656fd18]:
- Executable file server/buildpkgs/tclreadline/build.sh — part of check-in [9475a0176c] at 2011-07-06 03:08:14 on branch trunk — Updated to support skipping re-building of Tcl Added tclreadline package (user: rkeene, size: 1831) [annotate] [blame] [check-ins using]
To Artifact [82c95eff2e]:
- Executable file server/buildpkgs/tclreadline/build.sh — part of check-in [9c59c70725] at 2011-07-06 10:32:12 on branch trunk — Consolidated patch application process Added patches for tclreadline (user: rkeene, size: 1741) [annotate] [blame] [check-ins using]
| ︙ | |||
11 12 13 14 15 16 17 18 19 20 | 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 | + + + + + + - - - - - - - + - - - | source ../common.sh # Do not build if the "tcl" platform has been requested not_platforms 'tcl' # Download source download_src # Extract source extract_src # Apply appropriate patches apply_patches # Build package ( |
| ︙ |