Overview
Comment: | tweak-n-transfer installall.sh |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
aa245766a84e881f459f769edaf77ad3 |
User & Date: | mrwellan on 2012-10-21 18:38:34 |
Other Links: | manifest | tags |
Context
2012-10-21
| ||
18:43 | tweaks to deploy mode check-in: ca5d3ddb5f user: matt tags: trunk | |
18:38 | tweak-n-transfer installall.sh check-in: aa245766a8 user: mrwellan tags: trunk | |
18:24 | Tweaked making of libuuid check-in: e1752925bb user: matt tags: trunk | |
Changes
Modified utils/installall.sh from [d386129d35] to [51fc48a1ef].
︙ | ︙ | |||
152 153 154 155 156 157 158 | make install cd $BUILDHOME export CSCLIBS=`echo $LD_LIBRARY_PATH | sed 's/:/ -L/g'` CSC_OPTIONS="-I$PREFIX/include -L$CSCLIBS" chicken-install $PROX -D no-library-checks -feature disable-iup-web -deploy -prefix $DEPLOYTARG iup # iup:1.0.2 | | | > > | 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 | make install cd $BUILDHOME export CSCLIBS=`echo $LD_LIBRARY_PATH | sed 's/:/ -L/g'` CSC_OPTIONS="-I$PREFIX/include -L$CSCLIBS" chicken-install $PROX -D no-library-checks -feature disable-iup-web -deploy -prefix $DEPLOYTARG iup # iup:1.0.2 CSC_OPTIONS="-I$PREFIX/include -L$CSCLIBS" chicken-install $PROX -D no-library-checks -deploy -pogsrefix $DEPLOYTARG canvas-draw if ! [[ -e e2fsprogs-1.42.5.tar.gz ]] ; then wget wget http://www.kiatoa.com/matt/iup/e2fsprogs-1.42.5.tar.gz fi if [[ -e e2fsprogs-1.42.5.tar.gz ]] ; then tar xfz e2fsprogs-1.42.5.tar.gz cd e2fsprogs-1.42.5 mkdir -p build cd build ../configure --prefix=$PREFIX --enable-elf-shlibs make cd lib/uuid |
︙ | ︙ |