Overview
| Comment: | Removed extra whitespace |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
0d0e6831feff976b191ce63c298fe7b4 |
| User & Date: | rkeene on 2014-05-19 03:29:48 |
| Other Links: | manifest | tags |
Context
|
2014-05-19
| ||
| 03:32 | Updated to use "fake-uname" when building Tcl if cross-compiling check-in: 2655d453ea user: rkeene tags: trunk | |
| 03:29 | Removed extra whitespace check-in: 0d0e6831fe user: rkeene tags: trunk | |
| 03:29 | Fixed bug in setting up to link against Tcl 8.4 check-in: 373a97d833 user: rkeene tags: trunk | |
Changes
Modified server/buildpkgs/build-all-platforms.sh from [b260f64dbe] to [4aa1445bcf].
| ︙ | ︙ | |||
70 71 72 73 74 75 76 |
export FORCE_PLATFORM
./build_all.sh clean
./build_all.sh --host="${cc_platform}" ${configure_opts}
)
done
| < | 70 71 72 73 74 75 76 |
export FORCE_PLATFORM
./build_all.sh clean
./build_all.sh --host="${cc_platform}" ${configure_opts}
)
done
|