Overview
Comment: | Added catchall for platform |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
7a3272e8a7fb4f99cdd2a9a68d7f4510 |
User & Date: | rkeene on 2010-02-05 02:22:29 |
Other Links: | manifest | tags |
Context
2010-02-05
| ||
03:55 | Updated ignores Renamed "work" directory something more meaningful Created teapot_index script to create client-compliant (but bare) repository check-in: b12f77291f user: rkeene tags: trunk | |
02:22 | Added catchall for platform check-in: 7a3272e8a7 user: rkeene tags: trunk | |
02:20 | Added support for creating teapot descriptor check-in: a478ff4b06 user: rkeene tags: trunk | |
Changes
Modified server/work/platform from [3abbe4d40d] to [828b4fc7e9].
︙ | ︙ | |||
31 32 33 34 35 36 37 38 | *) CPUPLAT="ix86" ;; esac echo "solaris${SOLVER}-${CPUPLAT}" ;; esac | > > > | 31 32 33 34 35 36 37 38 39 40 41 | *) CPUPLAT="ix86" ;; esac echo "solaris${SOLVER}-${CPUPLAT}" ;; *) echo "`uname -s | dd conv=lcase 2>/dev/null`-`uname -m | dd conv=lcase 2>/dev/null`" ;; esac |