Differences From Artifact [aada9fa406]:
- Executable file
build/pre.sh
— part of check-in
[b13d288f20]
at
2011-10-03 20:20:55
on branch trunk
— Updated to hide warnings while running kitcreator distclean in pre.sh
Added workaround for Mac OS X referencing headers in "tclInt.h" that it does not setup a way access using tclConfig.sh (user: rkeene, size: 390) [annotate] [blame] [check-ins using]
To Artifact [556988d635]:
- Executable file build/pre.sh — part of check-in [4e8d261d38] at 2012-02-01 07:56:32 on branch trunk — Updated to call "/usr/bin/env" to locate "bash" in case it is not in "/bin" (user: rkeene, size: 398) [annotate] [blame] [check-ins using]
|
| | | 1 2 3 4 5 6 7 8 | #! /usr/bin/env bash ./kitcreator distclean >/dev/null 2>/dev/null KITSHROOTDIR="$(ls -1d kitsh/buildsrc/kitsh-*/)" export KITSHROOTDIR ( cd "${KITSHROOTDIR}" || exit 1 |
︙ | ︙ |