Overview
Comment: | Updated to not require running "./configure" for pre.sh |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
2ba5f90d1bbf08375cb3f2f9047b31b4 |
User & Date: | rkeene on 2012-10-08 19:12:55 |
Other Links: | manifest | tags |
Context
2012-10-08
| ||
19:35 | Fixed issue with newer versions of Tcl providing a zlib package (version 2.0) check-in: 94567b3779 user: rkeene tags: trunk | |
19:12 | Updated to not require running "./configure" for pre.sh check-in: 2ba5f90d1b user: rkeene tags: trunk | |
2012-10-06
| ||
21:29 | Updated to not attempt to build kit.res.o unless we are actually on Windows check-in: 4de28fdabf user: rkeene tags: trunk | |
Changes
Modified build/pre.sh from [556988d635] to [9030af4614].
1 2 3 4 5 6 7 8 9 10 11 12 13 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | - - - + | #! /usr/bin/env bash ./kitcreator distclean >/dev/null 2>/dev/null KITSHROOTDIR="$(ls -1d kitsh/buildsrc/kitsh-*/)" export KITSHROOTDIR ( cd "${KITSHROOTDIR}" || exit 1 autoconf; autoheader rm -rf autom4te.cache rm -f *~ |