Overview
Comment: | Added executable bit back, AGAIN! |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: | a0ab2362617cd918bb085ee4eda7892ac1267093 |
User & Date: | rkeene on 2011-06-06 15:40:57 |
Other Links: | manifest | tags |
Context
2011-06-24
| ||
18:44 | Upgraded test suite to use Tcl/Tk 8.5.10 check-in: 75999463a7 user: rkeene tags: trunk | |
2011-06-06
| ||
15:40 | Added executable bit back, AGAIN! check-in: a0ab236261 user: rkeene tags: trunk | |
2011-06-03
| ||
05:39 | KitCreator 0.6.0 check-in: 000da8e97d user: rkeene tags: trunk, 0.6.0 | |
Changes
Modified build/make-kit-mipsel from [814a04e3a0] to [ce8f51c4c1].
1 1 #! /bin/sh 2 + 3 +# Caution: Fossil likes to remove the executable bit from files. This is a 4 +# bug that makes it useless. 2 5 3 6 PATH="${PATH}:/home/rkeene/root/cross-compilers/mipsel-unknown-linux-uclibc/bin" 4 7 AR=mipsel-unknown-linux-uclibc-ar 5 8 CC=mipsel-unknown-linux-uclibc-gcc 6 9 CXX=mipsel-unknown-linux-uclibc-g++ 7 10 RANLIB=mipsel-unknown-linux-uclibc-ranlib 8 11 STRIP=mipsel-unknown-linux-uclibc-strip 9 12 export PATH AR CC CXX RANLIB STRIP 10 13 11 14 ./build/make-minkit "$@" --host=mipsel-unknown-linux-uclibc