Differences From Artifact [2ce5e55131]:
- Executable file build/pre.sh — part of check-in [3510b6d25d] at 2011-05-23 17:55:20 on branch merge-kitdll-kitsh-common — Removed kitdll pre code (user: rkeene, size: 367) [annotate] [blame] [check-ins using] [more...]
To 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]
1 2 | #! /bin/bash | | | 1 2 3 4 5 6 7 8 9 10 | #! /bin/bash ./kitcreator distclean >/dev/null 2>/dev/null KITSHROOTDIR="$(ls -1d kitsh/buildsrc/kitsh-*/)" export KITSHROOTDIR ( cd "${KITSHROOTDIR}" || exit 1 autoconf; autoheader |
︙ | ︙ |