Overview
| Comment: | Added back missing executable flag (bug in Fossil) | 
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive | 
| Timelines: | family | ancestors | descendants | both | trunk | 
| Files: | files | file ages | folders | 
| SHA1: | 
ff0f420d0cd930d594997f3264728c5f | 
| User & Date: | rkeene on 2011-05-20 06:39:09 | 
| Other Links: | manifest | tags | 
Context
| 
   2011-05-20 
 | ||
| 06:43 | Added back missing executable flag (bug in Fossil) check-in: fbf8349fe2 user: rkeene tags: trunk | |
| 06:39 | Added back missing executable flag (bug in Fossil) check-in: ff0f420d0c user: rkeene tags: trunk | |
| 
   2011-05-19 
 | ||
| 23:00 | 
Updated to try harder to look for a working Tcl interpreter for building KitDLL
 Updated to return in failure if installvfs fails check-in: 3f354ca762 user: rkeene tags: trunk | |
Changes
Modified build/make-kit-mipsel from [814a04e3a0] to [9fc001f493].
1 2 3 4 5 6 7 8  | 
#! /bin/sh
PATH="${PATH}:/home/rkeene/root/cross-compilers/mipsel-unknown-linux-uclibc/bin"
AR=mipsel-unknown-linux-uclibc-ar
CC=mipsel-unknown-linux-uclibc-gcc
CXX=mipsel-unknown-linux-uclibc-g++
RANLIB=mipsel-unknown-linux-uclibc-ranlib
STRIP=mipsel-unknown-linux-uclibc-strip
 | >  | 1 2 3 4 5 6 7 8 9  | 
#! /bin/sh
PATH="${PATH}:/home/rkeene/root/cross-compilers/mipsel-unknown-linux-uclibc/bin"
AR=mipsel-unknown-linux-uclibc-ar
CC=mipsel-unknown-linux-uclibc-gcc
CXX=mipsel-unknown-linux-uclibc-g++
RANLIB=mipsel-unknown-linux-uclibc-ranlib
STRIP=mipsel-unknown-linux-uclibc-strip
 | 
| ︙ | ︙ |