Overview
Comment: | Renamed "arm" to "mipsel", which is more correct |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
87adc4a193331ccbac6b5f72fbe019cf |
User & Date: | rkeene on 2011-03-03 16:02:09 |
Other Links: | manifest | tags |
Context
2011-03-04
| ||
19:00 | Updated documentation and tests to reflect change to remove bundled packages during a minimal build check-in: acdbe69639 user: rkeene tags: trunk | |
2011-03-03
| ||
16:02 | Renamed "arm" to "mipsel", which is more correct check-in: 87adc4a193 user: rkeene tags: trunk | |
12:13 | Updated to properly deal with nightly builds on Wednesdays doing a full rebuild check-in: eb2ffb8305 user: rkeene tags: trunk | |
Changes
Name change from build/make-kit-arm to build/make-kit-mipsel.
︙ |
Modified build/test/test from [58637ff4f9] to [b884e747c8].
︙ | |||
49 50 51 52 53 54 55 | 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 | - + | Xvfb :31 -screen 0 800x600x24 -nolisten tcp >/dev/null 2>/dev/null & echo "$!" )" DISPLAY=:31 export DISPLAY failed="" |
︙ | |||
85 86 87 88 89 90 91 | 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 | - - + + | kit="${os}-${cpu}-min-static" ;; win32|win32-*) kitcreator="./build/make-kit-win32" xcompile="1" kitruncmd="wine" ;; |
︙ |