Overview
| Comment: | Updated to allow user to specify platforms |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
60f3a1a9670cb9de3013a368ab1a3108 |
| User & Date: | rkeene on 2012-05-12 18:19:50 |
| Other Links: | manifest | tags |
Context
|
2012-05-12
| ||
| 18:20 | Updated ignores check-in: cacef894ea user: rkeene tags: trunk | |
| 18:19 | Updated to allow user to specify platforms check-in: 60f3a1a967 user: rkeene tags: trunk | |
| 18:19 | Updated to build GNU readline if needed check-in: 86fb425c6b user: rkeene tags: trunk | |
Changes
Modified server/buildpkgs/build-all-platforms.sh from [4313924d82] to [60abef200d].
1 2 3 4 5 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | + - + + + + + + + |
#! /bin/bash
CCROOT="${HOME}/root/cross-compilers"
SETUP_CC="${CCROOT}/setup-cc"
if [ -z "$1" ]; then
|
| ︙ |